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 13
13
14
14
set -e
15
15
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:
17
17
# https://developer.android.com/ndk/downloads/index.html
18
18
19
19
# -----------------
@@ -143,7 +143,7 @@ if [ "${DO_OPENSSL}" == "1" ]; then (
143
143
if [ " ${DO_BOOST} " == " 1" ]; then (
144
144
if [ ! -d ' Boost-for-Android' ]; then git clone https://github.com/moritz-wundke/Boost-for-Android; fi
145
145
cd Boost-for-Android
146
- git checkout 1bd9aa13463be4553b1146d6a5916566c2fba69c
146
+ git checkout 84973078a3d7668067d422d4654696ef59ab9d6d
147
147
PATH=" $PATH :$NDK_DIR " \
148
148
CXXFLAGS=" -std=gnu++11" \
149
149
./build-android.sh \
You can’t perform that action at this time.
0 commit comments