mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(build): include missing source files
This commit is contained in:
parent
c1e81d4bff
commit
7f40410814
1 changed files with 3 additions and 0 deletions
|
|
@ -34,10 +34,13 @@ pub fn build(b: *std.Build) void {
|
|||
"bc/os/File.cpp",
|
||||
"bc/os/Path.cpp",
|
||||
|
||||
"bc/system/file/path/Path.cpp",
|
||||
"bc/system/file/path/Posix.cpp",
|
||||
"bc/system/file/posix/Stacked.cpp",
|
||||
"bc/system/file/posix/System_File.cpp",
|
||||
"bc/system/file/win/Stacked.cpp",
|
||||
"bc/system/file/win/System_File.cpp",
|
||||
"bc/system/file/win/WinFile.cpp",
|
||||
"bc/system/file/Stacked.cpp",
|
||||
"bc/system/System_Debug.cpp",
|
||||
"bc/system/System_Lock.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue