mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
add missing clang static library to the build
This commit is contained in:
parent
d34fae26d5
commit
376387c390
2 changed files with 2 additions and 0 deletions
|
|
@ -1039,6 +1039,7 @@ const clang_libs = [_][]const u8{
|
|||
"clangAST",
|
||||
"clangParse",
|
||||
"clangSema",
|
||||
"clangAPINotes",
|
||||
"clangBasic",
|
||||
"clangEdit",
|
||||
"clangLex",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ else()
|
|||
FIND_AND_ADD_CLANG_LIB(clangAST)
|
||||
FIND_AND_ADD_CLANG_LIB(clangParse)
|
||||
FIND_AND_ADD_CLANG_LIB(clangSema)
|
||||
FIND_AND_ADD_CLANG_LIB(clangAPINotes)
|
||||
FIND_AND_ADD_CLANG_LIB(clangBasic)
|
||||
FIND_AND_ADD_CLANG_LIB(clangEdit)
|
||||
FIND_AND_ADD_CLANG_LIB(clangLex)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue