authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-09-27 21:03:44-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-09-27 21:03:44-04:00
logc03a76414717274d02280fdaaaceff1ef4151d07
tree11b216add12bafa8d36d286820789755a90d92d1
parent224cd8a01eff193e7683362c7743b939b392c75a

README: we support x86_64 macos


1 files changed, 1 insertions(+), 0 deletions(-)

README.md+1
...@@ -45,6 +45,7 @@ clarity....@@ -45,6 +45,7 @@ clarity.
45 case. You can export an auto-generated .h file.45 case. You can export an auto-generated .h file.
46 * Standard library supports Operating System abstractions for:46 * Standard library supports Operating System abstractions for:
47 * `x86_64` `linux`47 * `x86_64` `linux`
48 * `x86_64` `macos`
48 * Support for all popular operating systems and architectures is planned.49 * Support for all popular operating systems and architectures is planned.
49 * For OS development, Zig supports all architectures that LLVM does. All the50 * For OS development, Zig supports all architectures that LLVM does. All the
50 standard library that does not depend on an OS is available to you in51 standard library that does not depend on an OS is available to you in