Fixed GLFW lib name.
This commit is contained in:
parent
6c8468cbce
commit
0a00831e4b
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user