Fix to get new getSuggestions() working on Android

This commit is contained in:
Emmanuel Engelhart 2015-08-16 18:09:18 +02:00
parent e84d874ab3
commit cada3ca5db

View File

@ -460,7 +460,7 @@ for arch in ARCHS:
# create libkiwix.so
os.chdir(curdir)
compile_cmd = ('g++ -fPIC -c -B%(platform)s/sysroot '
compile_cmd = ('g++ -std=c++11 -std=gnu++11 -fPIC -c -B%(platform)s/sysroot '
'-DU_HAVE_STD_STRING '
'-D_FILE_OFFSET_BITS=64 '
'-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE '