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