diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-07 14:21:50 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-07 14:21:50 +0200 |
| commit | 7e75a1223a66f1b062cc01f666b6a846a7da830f (patch) | |
| tree | 4ac59b8dd271c62b70c269039d09dcb75f81efb2 | |
| parent | d9c76c818d5e476dd4433384e30681fd94e07226 (diff) | |
| parent | 8aab5f99900eb6a655731cb4e7f4e9c53156cb92 (diff) | |
Merge branch 'master' of aosync.me:~/git/.hidden/cook
| -rwxr-xr-x | cook.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ def MSVCStyleToolchain(name, gccname, arname, ldname, suffix="", c_args=[], ld_a return cc, exe, lib, shlib def MSVCToolchain(suffix="", c_args=[], ld_args=[]): - return MSVCStyleToolchain("msvc", "clp", "lib", "link", suffix, c_args, ld_args) + return MSVCStyleToolchain("msvc", "cl", "lib", "link", suffix, c_args, ld_args) def ClangClToolchain(suffix="", c_args=[], ld_args=[]): # This toolchain depends on lib.exe shipped by microsoft. Is there a llvm way? |
