mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 14:22:50 +00:00
Fix pkgconfig dependency lists treated as strings
All other parts of the file correctly treated these variables as lists.
This commit is contained in:
+4
-2
@@ -148,8 +148,10 @@ if (GLFW_BUILD_COCOA)
|
|||||||
"-framework CoreFoundation"
|
"-framework CoreFoundation"
|
||||||
"-framework QuartzCore")
|
"-framework QuartzCore")
|
||||||
|
|
||||||
set(glfw_PKG_DEPS "")
|
list(APPEND glfw_PKG_LIBS "-framework Cocoa"
|
||||||
set(glfw_PKG_LIBS "-framework Cocoa -framework IOKit -framework CoreFoundation -framework QuartzCore")
|
"-framework IOKit"
|
||||||
|
"-framework CoreFoundation"
|
||||||
|
"-framework QuartzCore")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (GLFW_BUILD_WAYLAND)
|
if (GLFW_BUILD_WAYLAND)
|
||||||
|
|||||||
Reference in New Issue
Block a user