summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 0227c860dfd2..3ed2d5379bbe 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -49,7 +49,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),EN2)
# generate native-code.h (used by LibreOffice.c)
- $(SRCDIR)/solenv/bin/native-code.py \
+ xcrun python3 $(SRCDIR)/solenv/bin/native-code.py \
-C -g core -g writer -g calc -g draw -g edit \
> $(IOSGEN)/native-code.h