diff --git a/scripts/genie.lua b/scripts/genie.lua index f7a8da147..6def4f450 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -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 { diff --git a/scripts/texturev.lua b/scripts/texturev.lua index 0907c1cf7..8d17034c6 100644 --- a/scripts/texturev.lua +++ b/scripts/texturev.lua @@ -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 {