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 aa2d78f commit 2fa791aCopy full SHA for 2fa791a
Makefile
@@ -24,6 +24,7 @@ build-debug:
24
-PdebugBuild=true \
25
-PsqlcipherRoot="$(SQLCIPHER_ROOT)" \
26
-PopensslRoot="$(OPENSSL_ROOT)" \
27
+ -PopenssslAndroidNativeRoot="$(OPENSSL_ANDROID_LIB_ROOT)" \
28
-PsqlcipherCFlags="$(SQLCIPHER_CFLAGS)" \
29
-PsqlcipherAndroidClientVersion="$(SQLCIPHER_ANDROID_VERSION)"
30
@@ -32,7 +33,7 @@ build-release:
32
33
-PdebugBuild=false \
34
35
- -PopenssslAndroidNativeRoot="$(OPENSSL_ANDROID_LIB_ROOT)"
36
37
38
39
0 commit comments