Commit 5fc387541ea5402da1cf33047df073c69ea2acdc

Authored by Perry Werneck
1 parent 7252c29a
Exists in master and in 1 other branch develop

Fixing windows build.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
win/configure.sh
1 1 #!/bin/bash
  2 +cd $(dirname $(dirname $(readlink -f ${0})))
2 3  
3 4 aclocal
4 5 if test $? != 0 ; then
... ...