Skip to content

Commit c09a748

Browse files
authored
Merge pull request #5387 from erg/revert-build-script-impl-xcompile
Revert "[build-script] When cross compiling tools, don't install nati…
2 parents 395fe06 + 3819809 commit c09a748

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/build-script-impl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,11 +2799,6 @@ for host in "${ALL_HOSTS[@]}"; do
27992799
continue
28002800
fi
28012801

2802-
# Skip this if we're cross compiling and it's the local host.
2803-
if [[ $(has_cross_compile_hosts) ]] && [[ ${host} == ${LOCAL_HOST} ]]; then
2804-
continue
2805-
fi
2806-
28072802
# Calculate the directory to install products in to.
28082803
host_install_destdir=$(get_host_install_destdir ${host})
28092804
host_install_prefix=$(get_host_install_prefix ${host})

0 commit comments

Comments
 (0)