Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat
Commits
314ac191
Commit
314ac191
authored
Feb 24, 2019
by
armin
Browse files
corrects wrong path for android armv7 opessl
parent
2051fd78
Pipeline
#771
passed with stage
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
fairchat/fairchat.pro
View file @
314ac191
...
...
@@ -54,8 +54,8 @@ ANDROID_x86_64 = 0
contains
(
ANDROID_TARGET_ARCH
,
armeabi
-
v7a
)
{
ANDROID_ARMv7
=
1
ANDROID_EXTRA_LIBS
=
\
$$
PWD
/
openssl
/
android
-
arm
/
libcrypto
.
so
\
$$
PWD
/
openssl
/
android
-
arm
/
libssl
.
so
$$
PWD
/
../
openssl
/
android
-
arm
/
libcrypto
.
so
\
$$
PWD
/
../
openssl
/
android
-
arm
/
libssl
.
so
}
contains
(
ANDROID_TARGET_ARCH
,
arm64
-
v8a
)
{
ANDROID_ARM64
=
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment