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
7f40410814
commit
5a64829d1f
1 changed files with 1 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ pub fn build(b: *std.Build) void {
|
||||||
|
|
||||||
bc.addCSourceFiles(.{
|
bc.addCSourceFiles(.{
|
||||||
.files = &.{
|
.files = &.{
|
||||||
|
"bc/file/path/Path.cpp",
|
||||||
"bc/file/path/Posix.cpp",
|
"bc/file/path/Posix.cpp",
|
||||||
"bc/file/File.cpp",
|
"bc/file/File.cpp",
|
||||||
"bc/file/Filesystem.cpp",
|
"bc/file/Filesystem.cpp",
|
||||||
|
|
@ -34,8 +35,6 @@ pub fn build(b: *std.Build) void {
|
||||||
"bc/os/File.cpp",
|
"bc/os/File.cpp",
|
||||||
"bc/os/Path.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/Stacked.cpp",
|
||||||
"bc/system/file/posix/System_File.cpp",
|
"bc/system/file/posix/System_File.cpp",
|
||||||
"bc/system/file/win/Stacked.cpp",
|
"bc/system/file/win/Stacked.cpp",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue