diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-09-27 21:03:44 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-09-27 21:03:44 -0400 |
| commit | c03a76414717274d02280fdaaaceff1ef4151d07 (patch) | |
| tree | 11b216add12bafa8d36d286820789755a90d92d1 | |
| parent | 224cd8a01eff193e7683362c7743b939b392c75a (diff) | |
| download | zig-c03a76414717274d02280fdaaaceff1ef4151d07.tar.gz zig-c03a76414717274d02280fdaaaceff1ef4151d07.zip | |
README: we support x86_64 macos
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ clarity. case. You can export an auto-generated .h file. * Standard library supports Operating System abstractions for: * `x86_64` `linux` + * `x86_64` `macos` * Support for all popular operating systems and architectures is planned. * For OS development, Zig supports all architectures that LLVM does. All the standard library that does not depend on an OS is available to you in |
