Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52115c0

Browse files
committed
Update build_buildcc.cpp
1 parent fa93922 commit 52115c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootstrap/src/build_buildcc.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ void buildcc_cb(BaseTarget &target, const BaseGenerator &schema_gen,
5353
target.AddIncludeDir("lib/env/include");
5454
target.GlobHeaders("lib/env/include/env");
5555

56-
// COMMAND
57-
target.GlobSources("lib/command/src");
58-
target.AddIncludeDir("lib/command/include");
59-
target.GlobHeaders("lib/command/include/command");
60-
6156
// TOOLCHAIN
6257
target.AddIncludeDir("lib/toolchain/include");
6358
target.GlobHeaders("lib/toolchain/include/toolchain");

0 commit comments

Comments
 (0)