Under MAC arm64 --cxxopt=-mmacosx-version-min=14.2 gcc-11 error #20698
Unanswered
the-code-samurai-97
asked this question in
Q&A
Replies: 2 comments 5 replies
-
The error is from gcc showing that you spelled the command line option wrong, you're missing the |
Beta Was this translation helpful? Give feedback.
5 replies
-
A fix for this issue has been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bazel - 7.0.0
compiler - gcc-11
when i build
error:
gcc-11: error: unrecognized command-line option '-mmacos-version-min=14.2'; did you mean '-mmacosx-version-min='?
where should i change this ?
Beta Was this translation helpful? Give feedback.
All reactions