this repo has no description
1
fork

Configure Feed

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

dyld: Fix static/system_loader build

+4 -1
+4 -1
src/dyld/CMakeLists.txt
··· 122 122 cxx_static 123 123 unwind_static system_kernel_static system_m_static cxxabi_static 124 124 keymgr_static system_duct_static 125 - pthread_static macho_static) 125 + pthread_static macho_static 126 + system_trace_static 127 + corecrypto_static 128 + ) 126 129 127 130 if (TARGET_i386) 128 131 target_link_libraries(system_loader libc_static32 compiler_rt_static32 platform_static32)