We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737eb59 commit 674873bCopy full SHA for 674873b
src/native/CMakeLists.txt
@@ -30,7 +30,7 @@ IF(APPLE)
30
MESSAGE(FATAL_ERROR "Couldn't find Apple's '${_lib}' framework or library")
31
ENDIF(NOT APPLE_${_lib_var}_LIBRARY)
32
33
- LIST(APPEND NATIVE_LINK_LIBS "-framework ${_lib}")
+ LIST(APPEND NATIVE_LINK_LIBS "-weak_framework ${_lib}")
34
ENDFOREACH(_lib ${APPLE_LIB_LIST})
35
ENDIF(APPLE)
36
0 commit comments