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

Commit

Permalink
[macos] Explicitly link the OpenGL framework for compatibility with m…
Browse files Browse the repository at this point in the history
…acOS Sierra
  • Loading branch information
kkaefer committed Aug 31, 2016
1 parent 3e71b84 commit 1e21892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/macos/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ endmacro()
macro(mbgl_platform_node)
target_link_libraries(mbgl-node
PRIVATE "-framework Foundation"
PRIVATE "-framework OpenGL"
)
endmacro()

0 comments on commit 1e21892

Please sign in to comment.