wscript: replace include/SDL by include/SDL2

This commit is contained in:
Alibek Omarov 2018-11-18 22:56:30 +03:00
parent 4db01487ba
commit 7852192fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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'):