this repo has no description
1
fork

Configure Feed

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

Build shell_cmds as Mach-O

+4 -3
+1
cmake/darling_exe.cmake
··· 14 14 set_property(TARGET ${exe} APPEND_STRING PROPERTY 15 15 LINK_FLAGS " ${CMAKE_EXE_LINKER_FLAGS} -nostdlib ${CMAKE_BINARY_DIR}/src/csu/CMakeFiles/csu.dir/crt1.10.6.o ") 16 16 use_ld64(${exe}) 17 + target_link_libraries(${exe} system) 17 18 add_dependencies(${exe} csu) 18 19 ENDFUNCTION(add_darling_executable) 19 20
+3 -3
src/CMakeLists.txt
··· 122 122 #add_subdirectory(external/libxpc) 123 123 add_subdirectory(external/openssl_certificates) 124 124 125 - #if (NOT DARLING_NO_EXECUTABLES) 126 - # add_subdirectory(external/shell_cmds) 125 + if (NOT DARLING_NO_EXECUTABLES) 126 + add_subdirectory(external/shell_cmds) 127 127 # add_subdirectory(external/file_cmds) 128 128 # add_subdirectory(external/text_cmds) 129 129 # add_subdirectory(external/adv_cmds) ··· 148 148 # add_subdirectory(external/openssh) 149 149 # add_subdirectory(external/top) 150 150 # add_subdirectory(external/perl) 151 - #endif (NOT DARLING_NO_EXECUTABLES) 151 + endif (NOT DARLING_NO_EXECUTABLES) 152 152 153 153 ###################### 154 154 # libc++ & libc++abi #