Fix script

This commit is contained in:
Victor Shcherb 2013-08-07 22:26:53 +02:00
parent d7906a6410
commit 1555684fda

View file

@ -14,6 +14,7 @@ function copyLibs {
function compile { function compile {
"$ROOT_LOC/core/externals/configure.sh" "$ROOT_LOC/core/externals/configure.sh"
"$ROOT_LOC/core/externals/qtbase-desktop/build.sh" "$ROOT_LOC/core/externals/qtbase-desktop/build.sh"
"$ROOT_LOC/tools/map-viewer/externals/freeglut/configure.sh"
if [ ! -d "$ROOT_LOC/amd64-linux-gcc-release.makefile" ]; then if [ ! -d "$ROOT_LOC/amd64-linux-gcc-release.makefile" ]; then
"$ROOT_LOC/build/amd64-linux-gcc.sh" release "$ROOT_LOC/build/amd64-linux-gcc.sh" release
fi fi