Skip to content
Snippets Groups Projects
Commit 83f48e31 authored by Niels Möller's avatar Niels Möller
Browse files

* testsuite/setup-env: Added -f option to ln.

* examples/setup-env: Likewise.

Rev: nettle/examples/setup-env:1.4
Rev: nettle/testsuite/setup-env:1.4
parent 894ba256
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ set -e
case "$EMULATOR" in
wine*)
for f in ../.lib/*.dll ; do
ln -s "$f" .
ln -sf "$f" .
done
;;
esac
......
......@@ -6,7 +6,7 @@ set -e
case "$EMULATOR" in
wine*)
for f in ../.lib/*.dll ; do
ln -s "$f" .
ln -sf "$f" .
done
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment