this repo has no description
1
fork

Configure Feed

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

Add perl submodule

+4
+3
.gitmodules
··· 169 169 [submodule "src/external/top"] 170 170 path = src/external/top 171 171 url = ../darling-top.git 172 + [submodule "src/external/perl"] 173 + path = src/external/perl 174 + url = ../darling-perl.git
+1
src/CMakeLists.txt
··· 134 134 add_subdirectory(launchd/support) 135 135 add_subdirectory(external/openssh) 136 136 add_subdirectory(external/top) 137 + add_subdirectory(external/perl) 137 138 endif (NOT DARLING_NO_EXECUTABLES) 138 139 139 140 ######################