Merge pull request #111331 from Repiteo/scons/revert-cppextpath
Revert "SCons: Add `CPPEXTPATH` for external includes"
This commit is contained in:
@@ -145,7 +145,7 @@ thirdparty_sources = [
|
||||
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_jolt.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
env_jolt.Prepend(CPPPATH=[thirdparty_dir])
|
||||
|
||||
if env.dev_build:
|
||||
env_jolt.Append(CPPDEFINES=["JPH_ENABLE_ASSERTS"])
|
||||
|
||||
Reference in New Issue
Block a user