Skip to content

Commit a4ea24f

Browse files
committed
0.13
1 parent ee70f27 commit a4ea24f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Zig stuff
2+
.zig-cache
23
zig-*

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void {
66

77
const lib = b.addStaticLibrary(.{
88
.name = "macos_sdk",
9-
.root_source_file = .{ .path = "stub.c" },
9+
.root_source_file = b.path("stub.c"),
1010
.target = target,
1111
.optimize = optimize,
1212
});

0 commit comments

Comments
 (0)