mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Revert "SCons: Add CPPEXTPATH for external includes"
This commit is contained in:
@@ -18,7 +18,7 @@ if env["builtin_libogg"]:
|
||||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_ogg.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
env_ogg.Prepend(CPPPATH=[thirdparty_dir])
|
||||
|
||||
env_thirdparty = env_ogg.Clone()
|
||||
env_thirdparty.disable_warnings()
|
||||
|
||||
Reference in New Issue
Block a user