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 @@ -996,6 +996,9 @@ class BuildScriptInvocation(object):
996
996
for host_target in all_hosts :
997
997
for product_class in impl_product_classes :
998
998
self ._execute_install_action (host_target , product_class )
999
+
1000
+ # Lipo...
1001
+ self ._execute_merged_host_lipo_action ()
999
1002
1000
1003
# Non-build-script-impl products...
1001
1004
# Note: currently only supports building for the host.
@@ -1036,9 +1039,6 @@ class BuildScriptInvocation(object):
1036
1039
for host_target in all_hosts :
1037
1040
self ._execute_package_action (host_target )
1038
1041
1039
- # Lipo...
1040
- self ._execute_merged_host_lipo_action ()
1041
-
1042
1042
def _execute_build_action (self , host_target , product_class ):
1043
1043
action_name = "{}-{}-build" .format (host_target .name ,
1044
1044
product_class .product_name ())
You can’t perform that action at this time.
0 commit comments