mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
|
@ -7,7 +7,7 @@ Import("env_modules")
|
|||
env_noise = env_modules.Clone()
|
||||
|
||||
thirdparty_dir = "#thirdparty/noise/"
|
||||
env_noise.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
env_noise.Prepend(CPPPATH=[thirdparty_dir])
|
||||
|
||||
# Godot source files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue