From 9eb2a0772fc2ae3d6d695aeda9bc65ac940da40d Mon Sep 17 00:00:00 2001 From: Isaac Hutt Date: Wed, 17 Aug 2016 11:18:00 +0100 Subject: [PATCH] Fix for android xapian compilation --- build-android-with-native.py | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 build-android-with-native.py diff --git a/build-android-with-native.py b/build-android-with-native.py old mode 100755 new mode 100644 index 571594003..57eb486e0 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -501,6 +501,7 @@ for arch in ARCHS: pass syscall('make') + shutil.copy(os.path.join(curdir, '..', 'src', 'dependencies', 'xapian-core-1.4.0', '.libs', 'libxapian.a'), os.path.join(platform, 'lib', 'libxapian.a')) os.chdir(curdir) # check that the step went well