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 180e8bc commit 26778b2Copy full SHA for 26778b2
conan_profiles/android-x86
@@ -2,10 +2,11 @@ include(base/android)
2
3
[settings]
4
arch=x86
5
-os.api_level=21
+os.api_level=24
6
7
[options]
8
# Workaround for linker error:
9
# "relocation R_386_32 cannot be used against local symbol; recompile with -fPIC"
10
# Force mpg123 to build as shared to avoid non-PIC ASM objects on Android x86
11
mpg123/*:shared=True
12
+
0 commit comments