mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Revert "SCons: Add CPPEXTPATH for external includes"
This commit is contained in:
parent
d413181b8a
commit
b17aa3343a
55 changed files with 220 additions and 147 deletions
|
|
@ -24,7 +24,7 @@ if env["builtin_enet"]:
|
|||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_enet.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
env_enet.Prepend(CPPPATH=[thirdparty_dir])
|
||||
env_enet.Append(CPPDEFINES=["GODOT_ENET"])
|
||||
|
||||
env_thirdparty = env_enet.Clone()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue