Fix git dynamic link

This commit is contained in:
Wildan Mubarok 2025-07-15 01:12:23 +00:00
parent a4321fb298
commit 745a3b8830
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dependencies=[
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
DYNAMIC_INIT
MAKEFLAGS=(
NEEDS_SSL_WITH_CURL=1
NEEDS_CRYPTO_WITH_SSL=1

View File

@ -559,6 +559,7 @@ fn auto_deps(
stage_dir.join("usr/bin"),
stage_dir.join("usr/games"),
stage_dir.join("usr/lib"),
stage_dir.join("usr/libexec"),
]);
// Recursively (DFS) walk each directory to ensure nested libs and bins are checked.