Skip to content

Commit 3900854

Browse files
committed
Merge bitcoin/bitcoin#29797: guix: Remove another leftover from #29648
3cb80fe guix: Remove another leftover from #29648 (Hennadii Stepanov) Pull request description: It was overlooked in bitcoin/bitcoin#29787. ACKs for top commit: TheCharlatan: ACK 3cb80fe Tree-SHA512: c4eae65ffa0a79f4d57ba07730effee6aeff9d9625bc00a4534ffe46d3a16ae56bc8753e3fec93d7ff81ea7be39662282c631861a21ea8a9dc5d31b79acb231d
2 parents 0d509ba + 3cb80fe commit 3900854

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
@@ -323,13 +323,10 @@ mkdir -p "$DISTSRC"
323323
find . -name "lib*.la" -delete
324324
find . -name "lib*.a" -delete
325325

326-
# Prune pkg-config files
327-
rm -rf "${DISTNAME}/lib/pkgconfig"
328-
329326
case "$HOST" in
330327
*darwin*) ;;
331328
*)
332-
# Split binaries and libraries from their debug symbols
329+
# Split binaries from their debug symbols
333330
{
334331
find "${DISTNAME}/bin" -type f -executable -print0
335332
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg

0 commit comments

Comments
 (0)