Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,6 @@
[submodule "src/external/netcat"]
path = src/external/netcat
url = ../darling-netcat.git
[submodule "src/external/removefile"]
path = src/external/removefile
url = ../darling-removefile.git
2 changes: 1 addition & 1 deletion cmake/use_ld64.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FUNCTION(use_ld64 target)
-Wl,-dylib_file,/usr/lib/system/liblaunch.dylib:${CMAKE_BINARY_DIR}/src/launchd/liblaunch/liblaunch_firstpass.dylib \
-Wl,-dylib_file,/usr/lib/system/libkeymgr.dylib:${CMAKE_BINARY_DIR}/src/external/keymgr/libkeymgr_firstpass.dylib \
-Wl,-dylib_file,/usr/lib/system/libquarantine.dylib:${CMAKE_BINARY_DIR}/src/quarantine/libquarantine.dylib \
-Wl,-dylib_file,/usr/lib/system/libremovefile.dylib:${CMAKE_BINARY_DIR}/src/libremovefile/libremovefile.dylib \
-Wl,-dylib_file,/usr/lib/system/libremovefile.dylib:${CMAKE_BINARY_DIR}/src/external/removefile/libremovefile.dylib \
-Wl,-dylib_file,/usr/lib/system/libcopyfile.dylib:${CMAKE_BINARY_DIR}/src/external/copyfile/libcopyfile.dylib \
-Wl,-dylib_file,/usr/lib/system/libsystem_coreservices.dylib:${CMAKE_BINARY_DIR}/src/libsystem_coreservices/libsystem_coreservices.dylib \
-Wl,-dylib_file,/usr/lib/system/libsystem_notify.dylib:${CMAKE_BINARY_DIR}/src/external/libnotify/libsystem_notify_firstpass.dylib \
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ add_subdirectory(external/libsystem)
add_subdirectory(libsystem_coreservices)
add_subdirectory(external/libutil)
add_subdirectory(external/libnotify)
add_subdirectory(libremovefile)
add_subdirectory(external/removefile)
add_subdirectory(launchd)
add_subdirectory(external/keymgr)
add_subdirectory(libcache)
Expand Down
2 changes: 1 addition & 1 deletion src/external/libsystem
Submodule libsystem updated 1 files
+1 −1 CMakeLists.txt
1 change: 1 addition & 0 deletions src/external/removefile
Submodule removefile added at d74822
26 changes: 0 additions & 26 deletions src/libremovefile/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions src/libremovefile/LICENSE

This file was deleted.

204 changes: 0 additions & 204 deletions src/libremovefile/checkint.3

This file was deleted.

Loading