mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03: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:
parent
29cd880ab5
commit
c5c0b69149
1 changed files with 4 additions and 2 deletions
|
|
@ -148,8 +148,10 @@ if (GLFW_BUILD_COCOA)
|
|||
"-framework CoreFoundation"
|
||||
"-framework QuartzCore")
|
||||
|
||||
set(glfw_PKG_DEPS "")
|
||||
set(glfw_PKG_LIBS "-framework Cocoa -framework IOKit -framework CoreFoundation -framework QuartzCore")
|
||||
list(APPEND glfw_PKG_LIBS "-framework Cocoa"
|
||||
"-framework IOKit"
|
||||
"-framework CoreFoundation"
|
||||
"-framework QuartzCore")
|
||||
endif()
|
||||
|
||||
if (GLFW_BUILD_WAYLAND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue