mirror of https://github.com/BOINC/boinc.git
android: bug fix for build scripts
This commit is contained in:
parent
e95265a1aa
commit
4b3cd5e293
|
@ -17,6 +17,6 @@ export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
|
||||||
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
|
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
|
||||||
|
|
||||||
# Prepare android toolchain and environment
|
# Prepare android toolchain and environment
|
||||||
./build_androidtc.sh
|
../../android/build_androidtc.sh
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,6 +17,6 @@ export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
|
||||||
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
|
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
|
||||||
|
|
||||||
# Prepare android toolchain and environment
|
# Prepare android toolchain and environment
|
||||||
./build_androidtc.sh
|
../../android/build_androidtc.sh
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue