Skip to content
Snippets Groups Projects
Commit 8b23832a 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 1134dced
No related branches found
Tags converted-master-branch-to-git
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.
Finish editing this message first!
Please register or to comment