Skip to content

Commit d05e572

Browse files
committed
Remove dummy file
1 parent 58c0078 commit d05e572

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub const emsdk_version = emsdk_ver_major ++ "." ++ emsdk_ver_minor ++ "." ++ em
88

99
pub fn build(b: *std.Build) void {
1010
_ = b.addModule("root", .{ .root_source_file = b.path("src/zemscripten.zig") });
11-
_ = b.addModule("dummy", .{ .root_source_file = b.path("src/dummy.zig") });
1211
}
1312

1413
pub fn emccPath(b: *std.Build) []const u8 {

src/dummy.zig

Whitespace-only changes.

0 commit comments

Comments
 (0)