mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Add zig_llvm-ar.cpp in build.zig
This was added in 0afb5b2ec6 8 days ago, but it seems it was only added in the cmake files and not build.zig
This commit is contained in:
parent
072c3202c3
commit
c8ee445c86
1 changed files with 1 additions and 0 deletions
|
|
@ -769,6 +769,7 @@ const zig_cpp_sources = [_][]const u8{
|
|||
// These are planned to stay even when we are self-hosted.
|
||||
"src/zig_llvm.cpp",
|
||||
"src/zig_clang.cpp",
|
||||
"src/zig_llvm-ar.cpp",
|
||||
"src/zig_clang_driver.cpp",
|
||||
"src/zig_clang_cc1_main.cpp",
|
||||
"src/zig_clang_cc1as_main.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue