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