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

Resurrected file.

Rev: nettle/testsuite/setup-env:1.3
parent 8c693bef
Branches
Tags
No related merge requests found
#! /bin/sh
set -e
# Workaround, it seems difficult to convince wine to put ../lib into PATH.
case "$EMULATOR" in
wine*)
for f in ../.lib/*.dll ; do
ln -s "$f" .
done
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment