We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9f497 commit 4c554bfCopy full SHA for 4c554bf
1 file changed
Build_android/configure.sh
@@ -13,7 +13,7 @@
13
14
set -e
15
16
-# The Android NDK r10e or later may work, but we test with r17c. To download, see the following link:
+# The Android NDK r10e or later may work, but we test with r18b. To download, see the following link:
17
# https://developer.android.com/ndk/downloads/index.html
18
19
# -----------------
@@ -143,7 +143,7 @@ if [ "${DO_OPENSSL}" == "1" ]; then (
143
if [ "${DO_BOOST}" == "1" ]; then (
144
if [ ! -d 'Boost-for-Android' ]; then git clone https://github.com/moritz-wundke/Boost-for-Android; fi
145
cd Boost-for-Android
146
- git checkout 1bd9aa13463be4553b1146d6a5916566c2fba69c
+ git checkout 84973078a3d7668067d422d4654696ef59ab9d6d
147
PATH="$PATH:$NDK_DIR" \
148
CXXFLAGS="-std=gnu++11" \
149
./build-android.sh \
0 commit comments