llvm10 time
This commit is contained in:
parent
5713df2a8b
commit
2357de5a04
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pub fn build(b: *Builder) void {
|
|||
exe.install();
|
||||
|
||||
exe.linkSystemLibrary("c");
|
||||
exe.linkSystemLibrary("LLVM-9");
|
||||
exe.linkSystemLibrary("LLVM-10");
|
||||
exe.linkSystemLibrary("stdc++");
|
||||
|
||||
const run_cmd = exe.run();
|
||||
|
|
Loading…
Reference in a new issue