File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -424,6 +424,7 @@ AC_SUBST([host_exec_prefix])
424424if test -z "$AR"; then
425425 case "$host" in
426426 aarch64-apple-ios*-simulator) AR=arm64-apple-ios-simulator-ar ;;
427+ aarch64-apple-ios*-macabi) AR=arm64-apple-ios-macabi-ar ;;
427428 aarch64-apple-ios*) AR=arm64-apple-ios-ar ;;
428429 x86_64-apple-ios*-simulator) AR=x86_64-apple-ios-simulator-ar ;;
429430
440441if test -z "$CC"; then
441442 case "$host" in
442443 aarch64-apple-ios*-simulator) CC=arm64-apple-ios-simulator-clang ;;
444+ aarch64-apple-ios*-macabi) CC=arm64-apple-ios-macabi-clang ;;
443445 aarch64-apple-ios*) CC=arm64-apple-ios-clang ;;
444446 x86_64-apple-ios*-simulator) CC=x86_64-apple-ios-simulator-clang ;;
445447
456458if test -z "$CPP"; then
457459 case "$host" in
458460 aarch64-apple-ios*-simulator) CPP=arm64-apple-ios-simulator-cpp ;;
461+ aarch64-apple-ios*-macabi) CXX=arm64-apple-ios-macabi-clang++ ;;
459462 aarch64-apple-ios*) CPP=arm64-apple-ios-cpp ;;
460463 x86_64-apple-ios*-simulator) CPP=x86_64-apple-ios-simulator-cpp ;;
461464
You can’t perform that action at this time.
0 commit comments