Ensure clang++ is autodetected on iOS. (gh-123749)
This commit is contained in:
parent
fe24b718d2
commit
d359c7c47b
6
configure
generated
vendored
6
configure
generated
vendored
@ -4146,9 +4146,9 @@ if test -z "$CPP"; then
|
|||||||
fi
|
fi
|
||||||
if test -z "$CXX"; then
|
if test -z "$CXX"; then
|
||||||
case "$host" in
|
case "$host" in
|
||||||
aarch64-apple-ios*-simulator) CXX=arm64-apple-ios-simulator-clang ;;
|
aarch64-apple-ios*-simulator) CXX=arm64-apple-ios-simulator-clang++ ;;
|
||||||
aarch64-apple-ios*) CXX=arm64-apple-ios-clang ;;
|
aarch64-apple-ios*) CXX=arm64-apple-ios-clang++ ;;
|
||||||
x86_64-apple-ios*-simulator) CXX=x86_64-apple-ios-simulator-clang ;;
|
x86_64-apple-ios*-simulator) CXX=x86_64-apple-ios-simulator-clang++ ;;
|
||||||
*)
|
*)
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -418,9 +418,9 @@ if test -z "$CPP"; then
|
|||||||
fi
|
fi
|
||||||
if test -z "$CXX"; then
|
if test -z "$CXX"; then
|
||||||
case "$host" in
|
case "$host" in
|
||||||
aarch64-apple-ios*-simulator) CXX=arm64-apple-ios-simulator-clang ;;
|
aarch64-apple-ios*-simulator) CXX=arm64-apple-ios-simulator-clang++ ;;
|
||||||
aarch64-apple-ios*) CXX=arm64-apple-ios-clang ;;
|
aarch64-apple-ios*) CXX=arm64-apple-ios-clang++ ;;
|
||||||
x86_64-apple-ios*-simulator) CXX=x86_64-apple-ios-simulator-clang ;;
|
x86_64-apple-ios*-simulator) CXX=x86_64-apple-ios-simulator-clang++ ;;
|
||||||
*)
|
*)
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user