Skip to content

Commit

Permalink
guix: Remove another leftover from #29648
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 3, 2024
1 parent 0d509ba commit 3cb80fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,10 @@ mkdir -p "$DISTSRC"
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete

# Prune pkg-config files
rm -rf "${DISTNAME}/lib/pkgconfig"

case "$HOST" in
*darwin*) ;;
*)
# Split binaries and libraries from their debug symbols
# Split binaries from their debug symbols
{
find "${DISTNAME}/bin" -type f -executable -print0
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
Expand Down

0 comments on commit 3cb80fe

Please sign in to comment.