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 26778b2 commit d935c9bCopy full SHA for d935c9b
conan_profiles/android-x86
@@ -2,11 +2,19 @@ include(base/android)
2
3
[settings]
4
arch=x86
5
-os.api_level=24
+os.api_level=21
6
+
7
+[conf]
8
+# remove after switching to API level >= 24
9
+{% set file_funcs_macros = ['fseeko=fseek', 'ftello=ftell'] %}
10
+flac/*:tools.build:defines={{ file_funcs_macros }}
11
+luajit/*:tools.build:defines={{ file_funcs_macros }}
12
+opusfile/*:tools.build:defines={{ file_funcs_macros }}
13
14
[options]
15
# Workaround for linker error:
16
# "relocation R_386_32 cannot be used against local symbol; recompile with -fPIC"
17
# Force mpg123 to build as shared to avoid non-PIC ASM objects on Android x86
18
mpg123/*:shared=True
19
20
0 commit comments