We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee70f27 commit a4ea24fCopy full SHA for a4ea24f
.gitignore
@@ -1,2 +1,3 @@
1
# Zig stuff
2
+.zig-cache
3
zig-*
build.zig
@@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void {
6
7
const lib = b.addStaticLibrary(.{
8
.name = "macos_sdk",
9
- .root_source_file = .{ .path = "stub.c" },
+ .root_source_file = b.path("stub.c"),
10
.target = target,
11
.optimize = optimize,
12
});
0 commit comments