[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk
jan Iversen
jani at libreoffice.org
Fri Jan 12 16:22:02 UTC 2018
ios/CustomTarget_iOS_setup.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a5eea680720dd8f3c78143ac635dafdf09b5dd14
Author: jan Iversen <jani at libreoffice.org>
Date: Fri Jan 12 17:05:59 2018 +0100
iOS, add .py dependency to native-code.h
Change-Id: I165d59228c2b273d758d1222dce8e653bdca0039
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 9b7986cfda46..e159e2433fd2 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -36,7 +36,8 @@ $(WORKDIR)/ios:
#- Generate dynamic files ---------------------------------------------------
$(IOSGEN)/native-code.h: $(WORKDIR)/ios $(BUILDDIR)/config_host.mk \
- $(SRCDIR)/ios/CustomTarget_iOS_setup.mk
+ $(SRCDIR)/ios/CustomTarget_iOS_setup.mk \
+ $(SRCDIR)/solenv/bin/native-code.py
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ENV,2)
# generate file with call declarations
More information about the Libreoffice-commits
mailing list