From bbcb11fd1484b60805dc0f91624ec33512a2a832 Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Wed, 2 Oct 2013 08:18:48 +1000 Subject: [PATCH] Quick fix for Win32. Need to handle linking to SDL for x64 still. --- RecastDemo/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",