fix Windows build for premake

d
This commit is contained in:
Erwin Coumans
2017-09-20 08:18:42 -07:00
parent 3e0b72b632
commit c47019e0af

View File

@@ -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