File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -918,6 +918,9 @@ class BuildScriptInvocation(object):
918
918
for host_target in all_hosts :
919
919
for product_class in impl_product_classes :
920
920
self ._execute_install_action (host_target , product_class )
921
+
922
+ # Lipo...
923
+ self ._execute_merged_host_lipo_action ()
921
924
922
925
# Non-build-script-impl products...
923
926
# Note: currently only supports building for the host.
@@ -957,9 +960,6 @@ class BuildScriptInvocation(object):
957
960
for host_target in all_hosts :
958
961
self ._execute_package_action (host_target )
959
962
960
- # Lipo...
961
- self ._execute_merged_host_lipo_action ()
962
-
963
963
def _execute_build_action (self , host_target , product_class ):
964
964
action_name = "{}-{}-build" .format (host_target .name ,
965
965
product_class .product_name ())
You can’t perform that action at this time.
0 commit comments