summaryrefslogtreecommitdiff
path: root/recipes/glib.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r--recipes/glib.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index b0801f38..7a688286 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -198,6 +198,7 @@ class Recipe(recipe.Recipe):
extra_flags = ['-DGST_SDK_IOS=1']
# XXX: Why did we disable these for iOS?
#self.configure_options += ' --disable-carbon --disable-modular-tests --disable-cocoa'
+ extra_flags += ['-Wno-error=int-conversion']
self.append_env('CFLAGS', *extra_flags)
elif self.config.target_platform == Platform.LINUX: