Merge pull request #104893 from Repiteo/scons/external-includes-alt

SCons: Add `CPPEXTPATH` for external includes
This commit is contained in:
Thaddeus Crews
2025-04-02 07:48:03 -05:00
committed by GitHub
55 changed files with 141 additions and 290 deletions

View File

@ -7,7 +7,7 @@ Import("env_modules")
env_noise = env_modules.Clone()
thirdparty_dir = "#thirdparty/noise/"
env_noise.Prepend(CPPPATH=[thirdparty_dir])
env_noise.Prepend(CPPEXTPATH=[thirdparty_dir])
# Godot source files