mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
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
This commit is contained in:
parent
ca16a1ed08
commit
14d8403a7b
10 changed files with 219 additions and 77 deletions
|
@ -8,7 +8,7 @@ Subject: [PATCH] build: Adjust build process for SerenityOS
|
|||
1 file changed, 52 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/build b/build
|
||||
index 71b49cf828bc7f224a3a5dd0533fb4d4ccb873db..aae2f445209bbab53670a4809293e22e8a5091c0 100755
|
||||
index b1917f6bb18a587d9b5e98171c9f789d9a29aff6..e7d809893e46e247a579050ac61091a78c6b90a5 100755
|
||||
--- a/build
|
||||
+++ b/build
|
||||
@@ -17,6 +17,7 @@ case $TARGET_OS_CMAKE in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue