mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Revert "SCons: Add CPPEXTPATH
for external includes"
(cherry picked from commit b17aa3343a
)
This commit is contained in:
parent
0e179c0e5c
commit
3ac14dfe01
55 changed files with 225 additions and 152 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue