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.
1 parent 9345e88 commit 23bb233Copy full SHA for 23bb233
utils/build-script-impl
@@ -1019,7 +1019,7 @@ function false_true() {
1019
CROSS_COMPILE_HOSTS=($CROSS_COMPILE_HOSTS)
1020
for t in "${CROSS_COMPILE_HOSTS[@]}"; do
1021
case ${t} in
1022
- macosx-arm64* | iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
+ macosx* | iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
1023
;;
1024
*)
1025
echo "Unknown host to cross-compile for: ${t}"
0 commit comments