mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +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
|
@ -0,0 +1,22 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: sin-ack <sin-ack@users.noreply.github.com>
|
||||
Date: Mon, 17 Jul 2023 03:26:04 +0300
|
||||
Subject: [PATCH] build: Set Zig version to 0.12.0-dev.141+ddf5859c2
|
||||
|
||||
---
|
||||
build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/build b/build
|
||||
index bf53f9ecca8fc15b9a80bd3c13b7c551f77979df..4b70377b43a35a1ba48ed50f1b29326798ab7c17 100755
|
||||
--- a/build
|
||||
+++ b/build
|
||||
@@ -6,7 +6,7 @@ TARGET="$1" # Example: riscv64-linux-gnu
|
||||
MCPU="$2" # Examples: `baseline`, `native`, `generic+v7a`, or `arm1176jzf_s`
|
||||
|
||||
ROOTDIR="$(pwd)"
|
||||
-ZIG_VERSION="0.11.0"
|
||||
+ZIG_VERSION="0.12.0-dev.141+ddf5859c2"
|
||||
|
||||
TARGET_OS_AND_ABI=${TARGET#*-} # Example: linux-gnu
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue