this repo has no description
at fixPythonPipStalling 9 lines 285 B view raw
1project(shellspawn) 2 3add_definitions(-nostdinc) 4 5add_darling_executable(shellspawn shellspawn.c duct_signals.c) 6 7install(TARGETS shellspawn DESTINATION libexec/darling/usr/libexec) 8install(FILES org.darlinghq.shellspawn.plist DESTINATION libexec/darling/System/Library/LaunchDaemons) 9