Skip to content

Commit 2a5eec9

Browse files
committed
Build macOS binaries using Zig.
1 parent 4e80524 commit 2a5eec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mac-zigbuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
CC="zig cc --target=x86_64-macos-none" AR="zig ar" rake clean package

0 commit comments

Comments
 (0)