Restructure build system
This commit is contained in:
parent
c5ac09e088
commit
3156b98e53
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
SCRIPT_LOC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
echo $SCRIPT_LOC
|
||||
cd $SCRIPT_LOC
|
||||
"$SCRIPT_LOC"/../../core/externals/configure.sh
|
||||
SRCLOC="$SCRIPT_LOC"/../../core/externals/qtbase-android
|
||||
echo $SCRIPT_LOC
|
||||
|
|
Loading…
Reference in a new issue