This commit is contained in:
mhutti1 2016-08-19 19:25:12 +01:00
commit 26ece5dc3d

1
build-android-with-native.py Executable file → Normal file
View File

@ -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