diff options
Diffstat (limited to 'android/build.py')
-rwxr-xr-x | android/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build.py b/android/build.py index 090d47769..5898d0f91 100755 --- a/android/build.py +++ b/android/build.py @@ -319,6 +319,7 @@ configure = [ '--enable-silent-rules', '--disable-glib', + '--disable-icu', # disabled for now because these features require GLib: '--disable-database', |