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 8525a1f commit 4cdc836Copy full SHA for 4cdc836
configure
@@ -1077,9 +1077,10 @@ if [[ -n "${NTF_CONFIGURE_SANITIZER}" ]]; then
1077
NTF_CONFIGURE_UFID_CANONICAL="${NTF_CONFIGURE_UFID_CANONICAL}_${NTF_CONFIGURE_SANITIZER}"
1078
fi
1079
1080
-if [[ "${NTF_CONFIGURE_UNAME}" == "Linux" ]] || \
1081
- [[ "${NTF_CONFIGURE_UNAME}" == "Darwin" ]] || \
1082
- [[ "${NTF_CONFIGURE_UNAME}" == "Windows" ]]; then
+if { [[ "${NTF_CONFIGURE_UNAME}" == "Linux" ]] || \
+ [[ "${NTF_CONFIGURE_UNAME}" == "Darwin" ]] || \
+ [[ "${NTF_CONFIGURE_UNAME}" == "Windows" ]]; } && \
1083
+ [[ ! "${NTF_CONFIGURE_UFID_CANONICAL}" =~ cpp[0-9]{2} ]]; then
1084
NTF_CONFIGURE_UFID_CANONICAL="${NTF_CONFIGURE_UFID_CANONICAL}_cpp20"
1085
1086
0 commit comments