-
Notifications
You must be signed in to change notification settings - Fork 408
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
Zig: MacOS SDK for cross-compile #637
Conversation
Please see commit 9eae294 - this is existing W/A for MacOS. |
Why do we need .zon file? |
Zig's package manager (since v0.11.0) requests zon as an additional way to port external packages to The biggest difference between the previous version and the latest v0.12.0 is that you no longer need to add |
remake & rebased!! |
…cript PR #637 (bdwgc). * build.zig [t.isDarwin && !target.query.isNative] (build): Define MISSING_MACH_O_GETSECT_H and NO_MPROTECT_VDB macros; add TODO item.
PR #637 (bdwgc). The workaround already exists in build.zig file.
BTW: Just in case you did not know of - https://github.com/lycus/libgc-d |
Merged. |
I see. Just chose
Thanks, again! |
e.g.: Build Linux to MacOS (both x86_64)
Fix
cc: @ivmai
Reference