Skip to content

Commit

Permalink
Merge pull request #60 from ajtowns/202405-libcons-guix
Browse files Browse the repository at this point in the history
guix: remove errant leftover after removing libconsensus
  • Loading branch information
ajtowns authored May 17, 2024
2 parents 88aa02a + 7f36abd commit 90cf701
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 90cf701

Please sign in to comment.