We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068929d commit ef583a6Copy full SHA for ef583a6
scripts/android/build.sh
@@ -42,6 +42,7 @@ cmake .. -DCMAKE_TOOLCHAIN_FILE="$ANDROID_HOME/ndk/21.3.6528147/build/cmake/andr
42
-DANDROID_ABI=arm64-v8a \
43
-DANDROID_NDK="$ANDROID_HOME/ndk/21.3.6528147" \
44
-DOLP_SDK_ENABLE_TESTING=NO \
45
+ -DOLP_SDK_ENABLE_ANDROID_CURL=ON \
46
-DOLP_SDK_BUILD_EXAMPLES=ON
47
48
#cmake --build . # this is alternative option for build
0 commit comments