Skip to content

Commit 3b12fc7

Browse files
committed
Merge bitcoin/bitcoin#29787: guix: remove errant leftover from #29648
fd8527a guix: remove errant leftover from #29648 (fanquake) Pull request description: We no longer build a lib, so a non-existent dir is causing builds to fail. ACKs for top commit: josibake: ACK bitcoin/bitcoin@fd8527a hebasto: ACK fd8527a. TheCharlatan: ACK fd8527a Tree-SHA512: 9175a0de3f95f56939b3eaa3e89dca2cfae4996bcd84ef6b8e2872672bef39cb0550c9f4a79475d887eb8fac92c15dfa8c352648ff167d54a0b736978412226c
2 parents 3b987d0 + fd8527a commit 3b12fc7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,6 @@ mkdir -p "$DISTSRC"
319319
(
320320
cd installed
321321

322-
case "$HOST" in
323-
*mingw*)
324-
mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
325-
;;
326-
esac
327-
328322
# Prune libtool and object archives
329323
find . -name "lib*.la" -delete
330324
find . -name "lib*.a" -delete
@@ -338,7 +332,6 @@ mkdir -p "$DISTSRC"
338332
# Split binaries and libraries from their debug symbols
339333
{
340334
find "${DISTNAME}/bin" -type f -executable -print0
341-
find "${DISTNAME}/lib" -type f -print0
342335
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
343336
;;
344337
esac

0 commit comments

Comments
 (0)