We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tried to build on macOS on Ventura (13.6.1 (22G213))
$ gcc --version Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: x86_64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
and get the error message: error: aliases are not supported on darwin. Same for clang.
error: aliases are not supported on darwin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tried to build on macOS on Ventura (13.6.1 (22G213))
$ gcc --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: x86_64-apple-darwin22.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
and get the error message:
error: aliases are not supported on darwin
.Same for clang.
The text was updated successfully, but these errors were encountered: