Skip to content

Commit e426ea9

Browse files
authored
Force shared build on Android x86
1 parent 0cef1d3 commit e426ea9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conan_profiles/android-x86

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ include(base/android)
33
[settings]
44
arch=x86
55
os.api_level=21
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

0 commit comments

Comments
 (0)