feat: add file_stream and subprocess_windows
This commit is contained in:
parent
897ac69c2b
commit
6865acc01f
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ pub fn build(b: *std.Build) void {
|
||||||
"src/c/context.cpp",
|
"src/c/context.cpp",
|
||||||
"src/c/env.cpp",
|
"src/c/env.cpp",
|
||||||
"src/c/file_descriptor.cpp",
|
"src/c/file_descriptor.cpp",
|
||||||
|
"src/c/file_stream.cpp",
|
||||||
"src/c/handle.cpp",
|
"src/c/handle.cpp",
|
||||||
"src/c/instance.cpp",
|
"src/c/instance.cpp",
|
||||||
"src/c/metronome.cpp",
|
"src/c/metronome.cpp",
|
||||||
|
|
Loading…
Add table
Reference in a new issue