File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ dmd -cov -unittest myprog.d
526
526
If no Visual C installation is detected, a wrapper for the redistributable
527
527
VC2010 dynamic runtime library and mingw based platform import libraries will
528
528
be linked instead using the LLD linker provided by the LLVM project.
529
- The detection can be skipped explicitly if $(TT msvcrt100 ) is specified as
529
+ The detection can be skipped explicitly if $(TT msvcrt120 ) is specified as
530
530
$(I libname).
531
531
If $(I libname) is empty, no C runtime library is automatically linked in." ,
532
532
TargetOS.windows,
Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ version (Windows)
1047
1047
if (getVCLibDir(x64))
1048
1048
return " libcmt" ;
1049
1049
else
1050
- return " msvcrt100 " ; // mingw replacement
1050
+ return " msvcrt120 " ; // mingw replacement
1051
1051
}
1052
1052
1053
1053
/**
You can’t perform that action at this time.
0 commit comments