File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414set -e
1515
16- # The Android NDK r10e or later may work, but we test with r17c . To download, see the following link:
16+ # The Android NDK r10e or later may work, but we test with r18b . To download, see the following link:
1717# https://developer.android.com/ndk/downloads/index.html
1818
1919# -----------------
@@ -143,7 +143,7 @@ if [ "${DO_OPENSSL}" == "1" ]; then (
143143if [ " ${DO_BOOST} " == " 1" ]; then (
144144 if [ ! -d ' Boost-for-Android' ]; then git clone https://github.com/moritz-wundke/Boost-for-Android; fi
145145 cd Boost-for-Android
146- git checkout 1bd9aa13463be4553b1146d6a5916566c2fba69c
146+ git checkout 84973078a3d7668067d422d4654696ef59ab9d6d
147147 PATH=" $PATH :$NDK_DIR " \
148148 CXXFLAGS=" -std=gnu++11" \
149149 ./build-android.sh \
You can’t perform that action at this time.
0 commit comments