mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
SCons: Add CPPEXTPATH for external includes
This commit is contained in:
parent
d52b84e472
commit
f25fc34439
55 changed files with 141 additions and 290 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue