From 8266ab5588ccca25b0b8b09e970736898159e73f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Mar 2018 20:46:46 +0100 Subject: android/build.py: support the x86 ABI First commit for issue #69 --- python/build/libs.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/build/libs.py b/python/build/libs.py index 4cbab63ee..18b4cbbaf 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -23,6 +23,11 @@ libvorbis = AutotoolsProject( [ '--disable-shared', '--enable-static', ], + + edits={ + # this option is not understood by clang + 'configure': lambda data: data.replace('-mno-ieee-fp', ' '), + } ) opus = AutotoolsProject( -- cgit v1.2.3