diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-28 19:56:43 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-28 19:59:24 -0500 |
commit | 902fdf45636ca7ce13d6545310a8849404d35032 (patch) | |
tree | d20a22fb52f97fc32a0db407948f73b5196188e6 /ios | |
parent | 1ceabe1101c1dee5a8adf6a19d57f1b3726f3e2a (diff) |
move android and ios to tail_build
Change-Id: Ic192b063a4ccc1249194bc7a62a8a90682de08f0
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_Viewer_app.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/CustomTarget_Viewer_app.mk b/ios/CustomTarget_Viewer_app.mk index 2ccbf841284b..c92092bd0e6c 100644 --- a/ios/CustomTarget_Viewer_app.mk +++ b/ios/CustomTarget_Viewer_app.mk @@ -134,7 +134,8 @@ $(SCRIPT_OUTPUT_FILE_0) : $(call gb_Executable_get_target,Viewer) else # When run just from the command line, we don't have any app bundle to # copy or move the executable to. So do nothing. -$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(call gb_Executable_get_target,Viewer) +$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(call gb_Executable_get_target,Viewer) \ + $(call gb_Postprocess_get_target,AllModulesButInstsetNative) $(call gb_CustomTarget_get_clean_target,ios/Viewer_app) : # Here we just assume that Xcode's settings are default, or something |