mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Revert "SCons: Add CPPEXTPATH for external includes"
This commit is contained in:
parent
d413181b8a
commit
b17aa3343a
55 changed files with 220 additions and 147 deletions
|
|
@ -17,7 +17,7 @@ thirdparty_sources = [
|
|||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_tinyexr.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
env_tinyexr.Prepend(CPPPATH=[thirdparty_dir])
|
||||
|
||||
# Enable threaded loading with C++11.
|
||||
env_tinyexr.Append(CPPDEFINES=["TINYEXR_USE_THREAD"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue