From 7852192fc4e3bc36f88104b26d7b137d97191bad Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 18 Nov 2018 22:56:30 +0300 Subject: [PATCH] wscript: replace include/SDL by include/SDL2 --- engine/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/wscript b/engine/wscript index 44b2c1f9..5dd0c5f8 100644 --- a/engine/wscript +++ b/engine/wscript @@ -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'):