瀏覽代碼

Fixed GLFW lib name.

Branimir Karadžić 7 年之前
父節點
當前提交
0a00831e4b
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 1
      scripts/genie.lua
  2. 1 3
      scripts/texturev.lua

+ 1 - 1
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 {

+ 1 - 3
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 {