ANDROID: Fix for previous commit

This commit is contained in:
Rom Walton 2014-04-18 17:14:41 -04:00
parent 91570a3e46
commit 2a7269c60f
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ export CXXFLAGS="--sysroot=$TCSYSROOT -DANDROID -Wall -I$TCINCLUDES/include -fun
export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
export PKG_CONFIG_SYSROOT_DIR=$TCSYSROOT
export PTHREAD=
export PTHREAD=-L.
# Prepare android toolchain and environment
./build_androidtc_arm.sh

View File

@ -28,7 +28,7 @@ export CXXFLAGS="--sysroot=$TCSYSROOT -DANDROID -Wall -I$TCINCLUDES/include -fun
export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
export PKG_CONFIG_SYSROOT_DIR=$TCSYSROOT
export PTHREAD=
export PTHREAD=-L.
# Prepare android toolchain and environment
./build_androidtc_mips.sh

View File

@ -28,7 +28,7 @@ export CXXFLAGS="--sysroot=$TCSYSROOT -DANDROID -Wall -I$TCINCLUDES/include -fun
export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
export PKG_CONFIG_SYSROOT_DIR=$TCSYSROOT
export PTHREAD=
export PTHREAD=-L.
# Prepare android toolchain and environment
./build_androidtc_x86.sh