From 0a00831e4b93cf68857e1acc76dc5dc2923d0b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 25 Aug 2018 15:18:21 -0700 Subject: [PATCH] Fixed GLFW lib name. --- scripts/genie.lua | 2 +- scripts/texturev.lua | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 {