Skip to content

Commit

Permalink
guix: remove errant leftover from bitcoin#29648
Browse files Browse the repository at this point in the history
We no longer build a lib, so a non-existent dir is causing builds to
fail.
  • Loading branch information
fanquake committed Apr 2, 2024
1 parent c407caa commit fd8527a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,6 @@ mkdir -p "$DISTSRC"
(
cd installed

case "$HOST" in
*mingw*)
mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
;;
esac

# Prune libtool and object archives
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete
Expand All @@ -340,7 +334,6 @@ mkdir -p "$DISTSRC"
# Split binaries and libraries from their debug symbols
{
find "${DISTNAME}/bin" -type f -executable -print0
find "${DISTNAME}/lib" -type f -print0
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
;;
esac
Expand Down

0 comments on commit fd8527a

Please sign in to comment.