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 31, 2022
1 parent f84855c commit 474e4be
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 474e4be

Please sign in to comment.