Skip to content

Commit

Permalink
Guix: Ignore libbitcoinconsensus-0.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiond committed Mar 25, 2022
1 parent 326fd0d commit fb82b56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
(
cd installed

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

# Prune libtool and object archives
find . -name "lib*.la" -delete
Expand Down

0 comments on commit fb82b56

Please sign in to comment.