summaryrefslogtreecommitdiff
path: root/recipes/fribidi.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fribidi.recipe')
-rw-r--r--recipes/fribidi.recipe2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/fribidi.recipe b/recipes/fribidi.recipe
index f7deb2c..97539c7 100644
--- a/recipes/fribidi.recipe
+++ b/recipes/fribidi.recipe
@@ -12,3 +12,5 @@ class Recipe(recipe.Recipe):
def prepare(self):
if self.config.target_platform == Platform.ANDROID:
self.autoreconf = True
+ elif self.config.target_platform == Platform.IOS:
+ self.autoreconf = True