diff --git a/RecastDemo/premake4.lua b/RecastDemo/premake4.lua index d2e9e7f..300eb9f 100644 --- a/RecastDemo/premake4.lua +++ b/RecastDemo/premake4.lua @@ -152,7 +152,7 @@ project "RecastDemo" -- windows library cflags and libs configuration { "windows" } includedirs { "../RecastDemo/Contrib/SDL/include" } - libdirs { "../RecastDemo/Contrib/SDL/lib" } + libdirs { "../RecastDemo/Contrib/SDL/lib/x86" } links { "opengl32", "glu32",