this repo has no description
1
fork

Configure Feed

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

Make libSystem depend on libxpc

+1 -1
+1 -1
src/libsystem/CMakeLists.txt
··· 47 47 target_link_libraries(system PRIVATE dyld) 48 48 target_link_libraries(system PUBLIC system_malloc system_c system_kernel keymgr 49 49 system_m system_info system_notify system_quarantine libdispatch_shared objc launch 50 - removefile system_copyfile unwind system_coreservices CommonCrypto) 50 + removefile system_copyfile unwind system_coreservices CommonCrypto xpc) 51 51 52 52 install(TARGETS system DESTINATION ${CMAKE_INSTALL_LIBDIR}/darling) 53 53