Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 1e21892

Browse files
committed
[macos] Explicitly link the OpenGL framework for compatibility with macOS Sierra
1 parent 3e71b84 commit 1e21892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/macos/config.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,6 @@ endmacro()
114114
macro(mbgl_platform_node)
115115
target_link_libraries(mbgl-node
116116
PRIVATE "-framework Foundation"
117+
PRIVATE "-framework OpenGL"
117118
)
118119
endmacro()

0 commit comments

Comments
 (0)