mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #104893 from Repiteo/scons/external-includes-alt
SCons: Add `CPPEXTPATH` for external includes
This commit is contained in:
commit
1f56d96cf2
55 changed files with 141 additions and 290 deletions
|
|
@ -21,7 +21,7 @@ if env["builtin_rvo2_2d"]:
|
|||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_navigation_2d.Prepend(CPPPATH=[thirdparty_dir])
|
||||
env_navigation_2d.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
|
||||
env_thirdparty = env_navigation_2d.Clone()
|
||||
env_thirdparty.disable_warnings()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue