Merge pull request #104893 from Repiteo/scons/external-includes-alt
SCons: Add `CPPEXTPATH` for external includes
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user