Commit 30e1378d authored by Rafaël Carré's avatar Rafaël Carré

win64 configure script: look for contribs in /usr/win64

parent 017db327
......@@ -6,7 +6,7 @@ if [ -n "$1" ]
then
CONTRIBS="$1"
else
CONTRIBS="/usr/win32"
CONTRIBS="/usr/win64"
fi
export CONTRIBS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment