diff options
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 3d74427..6a6fcbc 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -111,7 +111,7 @@ set "src=%src% %libbutl%\libbutl" rem Get the compile options. rem -set "ops=/nologo /EHsc /MT /MP" +set "ops=/nologo /utf-8 /EHsc /MT /MP" :ops_next shift if "_%1_" == "__" ( |