Skip to content

Commit ef583a6

Browse files
Debug: Android build
Experiment with build changing cmake options Relates-To: MINOR
1 parent 068929d commit ef583a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/android/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ cmake .. -DCMAKE_TOOLCHAIN_FILE="$ANDROID_HOME/ndk/21.3.6528147/build/cmake/andr
4242
-DANDROID_ABI=arm64-v8a \
4343
-DANDROID_NDK="$ANDROID_HOME/ndk/21.3.6528147" \
4444
-DOLP_SDK_ENABLE_TESTING=NO \
45+
-DOLP_SDK_ENABLE_ANDROID_CURL=ON \
4546
-DOLP_SDK_BUILD_EXAMPLES=ON
4647

4748
#cmake --build . # this is alternative option for build

0 commit comments

Comments
 (0)