Merge pull request #111331 from Repiteo/scons/revert-cppextpath

Revert "SCons: Add `CPPEXTPATH` for external includes"
This commit is contained in:
Rémi Verschelde
2025-10-07 13:07:19 +02:00
55 changed files with 220 additions and 147 deletions

View File

@ -15,7 +15,7 @@ thirdparty_dir = "#thirdparty/amd-fsr2/"
thirdparty_sources = ["ffx_assert.cpp", "ffx_fsr2.cpp"]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
env_effects.Prepend(CPPEXTPATH=[thirdparty_dir])
env_effects.Prepend(CPPPATH=[thirdparty_dir])
def areatex_builder(target, source, env):