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 a846e70 commit 007ef5aCopy full SHA for 007ef5a
build.zig
@@ -138,7 +138,6 @@ pub fn build(b: *std.Build) void {
138
.target = target,
139
.optimize = optimize,
140
});
141
- @import("system_sdk").addLibraryPathsTo(tests);
142
tests.addIncludePath(b.path("libs/dawn/include"));
143
tests.linkLibrary(zdawn);
144
linkSystemDeps(b, tests);
0 commit comments