Skip to content

Commit 007ef5a

Browse files
committed
build.zig: delete old code
1 parent a846e70 commit 007ef5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ pub fn build(b: *std.Build) void {
138138
.target = target,
139139
.optimize = optimize,
140140
});
141-
@import("system_sdk").addLibraryPathsTo(tests);
142141
tests.addIncludePath(b.path("libs/dawn/include"));
143142
tests.linkLibrary(zdawn);
144143
linkSystemDeps(b, tests);

0 commit comments

Comments
 (0)