this repo has no description
1
fork

Configure Feed

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

Tell ld about the SDK version we're emulating

+1
+1
cmake/use_ld64.cmake
··· 6 6 LINK_FLAGS " -B ${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/ld64/src/ \ 7 7 -B ${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/misc/ \ 8 8 -target ${APPLE_TARGET_TRIPLET_PRIMARY} -Wl,-Z \ 9 + -Wl,-sdk_version,${CMAKE_OSX_DEPLOYMENT_TARGET} \ 9 10 -Wl,-dylib_file,/usr/lib/system/libsystem_c.dylib:${CMAKE_BINARY_DIR}/src/libc/libsystem_c_firstpass.dylib \ 10 11 -Wl,-dylib_file,/usr/lib/system/libsystem_darwin.dylib:${CMAKE_BINARY_DIR}/src/libc/libdarwin/libsystem_darwin.dylib \ 11 12 -Wl,-dylib_file,/usr/lib/system/libsystem_kernel.dylib:${CMAKE_BINARY_DIR}/src/kernel/libsystem_kernel_firstpass.dylib \