From a5eea680720dd8f3c78143ac635dafdf09b5dd14 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 12 Jan 2018 17:05:59 +0100 Subject: iOS, add .py dependency to native-code.h Change-Id: I165d59228c2b273d758d1222dce8e653bdca0039 --- ios/CustomTarget_iOS_setup.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ios') 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 -- cgit