SerenityOS build: Friday, September 29
Images 💾⌗
- serenity-x86_64-20230929-14d8403.img.gz (Raw image, 186.13 MiB)
Last commit ⭐⌗
commit 14d8403a7b5c28e1d4a7faa7ff72abd8d26866d4
Author: Andre Herbst <moormaster@gmx.net>
AuthorDate: Sat Aug 19 18:02:30 2023 +0200
Commit: Tim Schumacher <timschumi@gmx.de>
CommitDate: Fri Sep 29 00:58:17 2023 +0200
Ports/zig: Bump zig version to 0.12.0-dev.141+ddf5859c2
Fixes build error
```
error "It looks like you're trying to enable vendor availability
markup, but you haven't defined the corresponding macros yet!"
```
while trying to #include <__availability> header without having
the necessary preprocessor directive
`_LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS` set
Other builds