From c47019e0af805561dda72699464907d22903edf3 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 20 Sep 2017 08:18:42 -0700 Subject: [PATCH] fix Windows build for premake d --- build3/premake4.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build3/premake4.lua b/build3/premake4.lua index 41f97872c..6534013b3 100644 --- a/build3/premake4.lua +++ b/build3/premake4.lua @@ -262,8 +262,8 @@ if os.is("macosx") then end if os.is("Windows") then - default_glfw_include_dir = "" - default_glfw_lib_dir = "" + default_glfw_include_dir = "c:/glfw/include" + default_glfw_lib_dir = "c:/glfw/lib" default_glfw_lib_name = "glfw3" end