mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
Add support for MS Lib.
If the target OS is Windows using the MS runtime then use LIB.EXE as the archiver.
This commit is contained in:
@@ -6,4 +6,8 @@
|
||||
llvm::sys::Path getGcc();
|
||||
llvm::sys::Path getArchiver();
|
||||
|
||||
// For Windows with MS tool chain
|
||||
llvm::sys::Path getLink();
|
||||
llvm::sys::Path getLib();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user