SCons: Add CPPEXTPATH for external includes

This commit is contained in:
Thaddeus Crews 2025-04-01 13:57:43 -05:00
parent d52b84e472
commit f25fc34439
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
55 changed files with 141 additions and 290 deletions

View file

@ -13,7 +13,7 @@ if is_builtin or not has_module:
# Use our headers for builtin or if the module is not going to be compiled.
# We decided not to depend on system mbedtls just for these few files that can
# be easily extracted.
env_crypto.Prepend(CPPPATH=["#thirdparty/mbedtls/include"])
env_crypto.Prepend(CPPEXTPATH=["#thirdparty/mbedtls/include"])
# MbedTLS core functions (for CryptoCore).
# If the mbedtls module is compiled we don't need to add the .c files with our