Skip to content

Commit

Permalink
Fix libdashbls.la filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Jan 28, 2024
1 parent 030f83e commit 6e1b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-wine/build_bls_signatures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "LDFLAGS = -no-undefined" >> Makefile.am
--enable-shared || fail "Could not configure."
make -j4 || fail "Could not build."
make install || fail "Could not install."
. "${PREFIX_DIR}/lib/libx11hash.la"
. "${PREFIX_DIR}/lib/libdashbls.la"
$host_strip "${PREFIX_DIR}/lib/$dlname"
mkdir -p $DIST_DIR
cp -fpv "${PREFIX_DIR}/lib/$dlname" $DIST_DIR || fail "Could not copy."

0 comments on commit 6e1b31f

Please sign in to comment.