From cada3ca5db7a8dc327fd1f243e56645bdca742d0 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 16 Aug 2015 18:09:18 +0200 Subject: [PATCH] Fix to get new getSuggestions() working on Android --- build-android-with-native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-android-with-native.py b/build-android-with-native.py index 73062ba8c..44887dfba 100755 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -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 '