Closed alpha version 1.9.1.8: Fix macOS build.

This commit is contained in:
John Preston
2019-12-06 14:10:44 +03:00
parent 240117b77e
commit f1877641e5
12 changed files with 65 additions and 31 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e
pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
python $FullScriptPath/configure.py "$@"
exit