mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-05 10:47:46 +00:00
Merge pull request #30 from ronald-cron-arm/dev/ronald-cron-arm/update-crypto-header-directories
Update crypto header directories
This commit is contained in:
@@ -46,7 +46,8 @@ class Expr:
|
||||
# build system to build its crypto library. When it does, the first
|
||||
# case can just be removed.
|
||||
if os.path.isdir('tf-psa-crypto'):
|
||||
includes = ['include', 'tf-psa-crypto/include']
|
||||
includes = ['include', 'tf-psa-crypto/include',
|
||||
'tf-psa-crypto/drivers/builtin/include']
|
||||
else:
|
||||
includes = ['include']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user