1

upgrade zig sdk

Also fix darwin zigtarget to none; see 5b813f1a2acdc1668e39008b02a234f3da724552 of zig
This commit is contained in:
2022-06-28 12:47:23 +03:00
parent 4cfc30dd1c
commit b7da83e13e
2 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ def _target_darwin(gocpu, zigcpu):
min_os = "11"
return struct(
gotarget = "darwin_{}".format(gocpu),
zigtarget = "{}-macos-gnu".format(zigcpu),
zigtarget = "{}-macos-none".format(zigcpu),
includes = [
"libunwind/include",
# TODO: Define a toolchain for each minimum OS version