Commit c5769a9a1343308ee5d200743aa9f8d869cdd1cd

Authored by Perry Werneck
1 parent 39acfc23
Exists in master and in 2 other branches develop, macos

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
... ...