Revert "SCons: Add CPPEXTPATH for external includes"
(cherry picked from commit b17aa3343a)
This commit is contained in:
committed by
Rémi Verschelde
parent
0e179c0e5c
commit
3ac14dfe01
@ -27,7 +27,7 @@ thirdparty_sources = [
|
||||
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_vhacd.Prepend(CPPEXTPATH=[thirdparty_dir + "inc"])
|
||||
env_vhacd.Prepend(CPPPATH=[thirdparty_dir + "inc"])
|
||||
|
||||
env_thirdparty = env_vhacd.Clone()
|
||||
env_thirdparty.disable_warnings()
|
||||
|
||||
Reference in New Issue
Block a user