mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-24 04:39:50 +00:00
Add perl submodule
This commit is contained in:
parent
91b2ff74d0
commit
cc4054aa00
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -169,3 +169,6 @@
|
||||
[submodule "src/external/top"]
|
||||
path = src/external/top
|
||||
url = ../darling-top.git
|
||||
[submodule "src/external/perl"]
|
||||
path = src/external/perl
|
||||
url = ../darling-perl.git
|
||||
|
@ -134,6 +134,7 @@ if (NOT DARLING_NO_EXECUTABLES)
|
||||
add_subdirectory(launchd/support)
|
||||
add_subdirectory(external/openssh)
|
||||
add_subdirectory(external/top)
|
||||
add_subdirectory(external/perl)
|
||||
endif (NOT DARLING_NO_EXECUTABLES)
|
||||
|
||||
######################
|
||||
|
1
src/external/perl
vendored
Submodule
1
src/external/perl
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9dfd6b3a7123901ff3e7f517b0d930cfa4a1c952
|
Loading…
Reference in New Issue
Block a user