Fixed GLFW lib name.

This commit is contained in:
Branimir Karadžić 2018-08-25 15:18:21 -07:00
parent 6c8468cbce
commit 0a00831e4b
2 changed files with 2 additions and 4 deletions

View File

@ -159,7 +159,7 @@ function exampleProjectDefaults()
if _OPTIONS["with-glfw"] then
defines { "ENTRY_CONFIG_USE_GLFW=1" }
links { "glfw" }
links { "glfw3" }
configuration { "linux or freebsd" }
links {

View File

@ -41,9 +41,7 @@ project ("texturev")
if _OPTIONS["with-glfw"] then
defines { "ENTRY_CONFIG_USE_GLFW=1" }
links {
"glfw3"
}
links { "glfw3" }
configuration { "linux or freebsd" }
links {