this repo has no description
1
fork

Configure Feed

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

Link libsystem_darwin with the necessary libraries

+14 -1
+14 -1
src/libc/libdarwin/CMakeLists.txt
··· 22 22 mach.c 23 23 stdio.c 24 24 stdlib.c 25 + string.c 25 26 variant.c 26 27 SIBLINGS 27 28 macho 28 29 system_dyld 29 - UPWARD 30 + compiler_rt 31 + system_dyld 32 + system_kernel 33 + system_m 34 + system_malloc 35 + platform 36 + system_pthread 37 + system_c 38 + libdispatch_shared 39 + xpc 30 40 system_trace 41 + 42 + # not listed in the Xcode files, but apparently required for `mach.c` (for `bootstrap_strerror`) 43 + launch 31 44 ) 32 45 33 46 install(TARGETS system_darwin DESTINATION libexec/darling/usr/lib/system)