We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7760eea commit a622ce5Copy full SHA for a622ce5
src/native/CMakeLists.txt
@@ -24,7 +24,7 @@ IF(APPLE)
24
MESSAGE(FATAL_ERROR "Couldn't find Apple's '${_lib}' framework or library")
25
ENDIF(NOT APPLE_${_lib_var}_LIBRARY)
26
27
- LIST(APPEND NATIVE_LINK_LIBS "-framework ${_lib}")
+ LIST(APPEND NATIVE_LINK_LIBS "-weak_framework ${_lib}")
28
ENDFOREACH(_lib ${APPLE_LIB_LIST})
29
ENDIF(APPLE)
30
0 commit comments