Skip to content

Commit c8ba622

Browse files
authored
Merge pull request #36875 from keith/ks/add-support-for-cross-compiling-from-apple-silicon-to-intel
Add support for cross compiling from Apple Silicon to Intel
2 parents ddeb192 + 23bb233 commit c8ba622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ function false_true() {
10211021
CROSS_COMPILE_HOSTS=($CROSS_COMPILE_HOSTS)
10221022
for t in "${CROSS_COMPILE_HOSTS[@]}"; do
10231023
case ${t} in
1024-
macosx-arm64* | iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
1024+
macosx* | iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
10251025
;;
10261026
*)
10271027
echo "Unknown host to cross-compile for: ${t}"

0 commit comments

Comments
 (0)