Skip to content

Commit dcb1dae

Browse files
authored
Remove duplicate C source file. (#26)
1 parent 3e6db5f commit dcb1dae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.zig

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ pub fn build(b: *std.Build) void {
137137
src_dir ++ "posix_time.c",
138138
src_dir ++ "posix_thread.c",
139139
src_dir ++ "posix_module.c",
140-
src_dir ++ "egl_context.c",
141140
},
142141
.flags = &.{},
143142
});

0 commit comments

Comments
 (0)