-
Notifications
You must be signed in to change notification settings - Fork 248
fixed missing typename keyword #1517
New issue
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
base: main
Are you sure you want to change the base?
Conversation
|
idk i kinda doubt it |
|
Yeah, I can build mods just fine. |
Which version of clang do you use? |
|
what version of clang/macos do you use? github actions doesnt have this issue either. |
|
I use MacOS 13.0.1 My clang version: |
|
try upgrading your clang version |
|
That requires an Xcode update, which MIGHT require a macOS update as well |
|
cant you install llvm clang from brew? even the docs mention this |
Fixed missing
typenamekeyword necessary for building mods on Mac OS.