this repo has no description
at fixPythonPipStalling 16 lines 299 B view raw
1project(libsandbox) 2 3set(DYLIB_INSTALL_NAME "/usr/lib/system/libsystem_sandbox.dylib") 4add_circular(system_sandbox FAT 5 SOURCES 6 sandbox.c 7 8 SIBLINGS 9 system_dyld 10 DEPENDENCIES 11 system_c 12 system_kernel 13 system_malloc 14) 15 16install(TARGETS system_sandbox DESTINATION libexec/darling/usr/lib/system)