Skip to content

Commit a448de0

Browse files
committed
wip: toolsets/zig: zig 0.11 for osx-arm64
1 parent e6a1dd5 commit a448de0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specs/toolsets/zig/setup-toolset.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ export HAM_TOOLSET_DIR="${HAM_HOME}/toolsets/zig"
1111

1212
# path setup
1313
case $HAM_BIN_LOA in
14-
nt-x86|lin-x64|osx-arm64|osx-x64)
14+
osx-arm64)
15+
export ZIG_DIR="${HAM_TOOLSET_DIR}/$HAM_BIN_LOA"
16+
toolset_check_and_dl_ver zig $HAM_BIN_LOA v0_11_0 || return 1
17+
;;
18+
nt-x86|lin-x64|osx-x64)
1519
export ZIG_DIR="${HAM_TOOLSET_DIR}/$HAM_BIN_LOA"
1620
toolset_check_and_dl_ver zig $HAM_BIN_LOA v0_10_0 || return 1
1721
;;

0 commit comments

Comments
 (0)