Skip to content

Commit 1093da6

Browse files
hebastojanus
authored andcommitted
guix: Remove another leftover from #29648
1 parent da5e71b commit 1093da6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,10 @@ mkdir -p "$DISTSRC"
320320
find . -name "lib*.la" -delete
321321
find . -name "lib*.a" -delete
322322

323-
# Prune pkg-config files
324-
rm -rf "${DISTNAME}/lib/pkgconfig"
325-
326323
case "$HOST" in
327324
*darwin*) ;;
328325
*)
329-
# Split binaries and libraries from their debug symbols
326+
# Split binaries from their debug symbols
330327
{
331328
find "${DISTNAME}/bin" -type f -executable -print0
332329
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg

0 commit comments

Comments
 (0)