mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 10:30:00 +00:00
wscript: replace include/SDL by include/SDL2
This commit is contained in:
parent
4db01487ba
commit
7852192fc4
@ -34,7 +34,7 @@ def configure(conf):
|
||||
conf.env.HAVE_SDL2 = 1
|
||||
conf.env.INCLUDES_SDL2 = [
|
||||
os.path.abspath(os.path.join(conf.options.SDL2_PATH, 'include')),
|
||||
os.path.abspath(os.path.join(conf.options.SDL2_PATH, 'include/SDL'))
|
||||
os.path.abspath(os.path.join(conf.options.SDL2_PATH, 'include/SDL2'))
|
||||
]
|
||||
libpath = 'lib'
|
||||
if(conf.env.COMPILER_CC == 'msvc'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user