llvm10 time

This commit is contained in:
Luna 2020-07-23 18:07:13 -03:00
parent 5713df2a8b
commit 2357de5a04
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pub fn build(b: *Builder) void {
exe.install(); exe.install();
exe.linkSystemLibrary("c"); exe.linkSystemLibrary("c");
exe.linkSystemLibrary("LLVM-9"); exe.linkSystemLibrary("LLVM-10");
exe.linkSystemLibrary("stdc++"); exe.linkSystemLibrary("stdc++");
const run_cmd = exe.run(); const run_cmd = exe.run();