-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Improve zigcc support #5921
Improve zigcc support #5921
Conversation
* fix ar, wrong definition * add ranlib & objcopy * remove non-standard environment variable ZC
it does not work on macOS. but it works for dev branch
|
Sorry I don't have a macos device, according to Nuitka/Nuitka#2756, maybe |
It seems that the correct target should be |
if I do not apply this patch, it will use |
I see, I'm checking what went wrong... it's a bit mysterious |
it will add target flags for zig cc/c++ xmake/xmake/toolchains/zig/xmake.lua Lines 123 to 129 in b3c3116
but its name has been rename to |
I didn't see any renames happening in the diff, and if that's the problem, it shouldn't just affect macOS (it works on my linux🤔) |
if you rename to cc/c++, it will use |
#5610