this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Force --no-as-needed linker flag

+3
+3
CMakeLists.txt
··· 5 5 set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") 6 6 set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") 7 7 8 + # --as-needed breaks Darling 9 + set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-as-needed") 10 + 8 11 enable_language(ASM-ATT) 9 12 10 13 option(FRAMEWORK_COREAUDIO "Enable audio-related functionality" OFF)