Skip to content

Commit

Permalink
boost_locale is currently broken, do not compile iconv and icu by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
pelya committed Jan 11, 2018
1 parent 586746f commit af21c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ for ARCH in $ARCHLIST; do
echo "Building boost for android for $ARCH"
(

#if echo $LIBRARIES | grep locale; then
if echo $LIBRARIES | grep locale; then
if [ -e libiconv-libicu-android ]; then
echo "ICONV and ICU already compiled"
else
Expand All @@ -454,7 +454,7 @@ echo "Building boost for android for $ARCH"
./build.sh || exit 1
cd ..
fi
#fi
fi

cd $BOOST_DIR

Expand Down

0 comments on commit af21c73

Please sign in to comment.