We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddeb192 + 23bb233 commit c8ba622Copy full SHA for c8ba622
utils/build-script-impl
@@ -1021,7 +1021,7 @@ function false_true() {
1021
CROSS_COMPILE_HOSTS=($CROSS_COMPILE_HOSTS)
1022
for t in "${CROSS_COMPILE_HOSTS[@]}"; do
1023
case ${t} in
1024
- macosx-arm64* | iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
+ macosx* | iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
1025
;;
1026
*)
1027
echo "Unknown host to cross-compile for: ${t}"
0 commit comments