Skip to content

Commit

Permalink
choose libstdc++ instead of libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Sep 15, 2016
1 parent 9298201 commit 770d8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/multiarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ do
fi

NDKARCHPATH=$NDKARCHPPREFIX-$arch
$NDKPATH/build/tools/make_standalone_toolchain.py --arch $NDKPLATFORM --api $NDKLEVEL --stl libc++ --force --install-dir $NDKARCHPATH
# $NDKPATH/build/tools/make_standalone_toolchain.py --arch $NDKPLATFORM --api $NDKLEVEL --stl libc++ --force --install-dir $NDKARCHPATH
$NDKPATH/build/tools/make_standalone_toolchain.py --arch $NDKPLATFORM --api $NDKLEVEL --force --install-dir $NDKARCHPATH
if [ $? -eq 0 ]; then
echo "[i] Successful copying of standalone toolchain"
else
Expand Down

0 comments on commit 770d8dc

Please sign in to comment.