diff options
Diffstat (limited to 'bootstrap-clang.bat')
-rw-r--r-- | bootstrap-clang.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-clang.bat b/bootstrap-clang.bat index 00302e9..5a06a70 100644 --- a/bootstrap-clang.bat +++ b/bootstrap-clang.bat @@ -88,7 +88,7 @@ rem worked around by passing an obscure internal option. Clang 9 doesn't rem have this problem. To keep things simple, let's just suppress this rem warning. rem -set "ops=-m64 -std=c++1y -D_MT -D_CRT_SECURE_NO_WARNINGS -Xlinker /ignore:4217" +set "ops=-finput-charset=UTF-8 -m64 -std=c++1y -D_MT -D_CRT_SECURE_NO_WARNINGS -Xlinker /ignore:4217" :ops_next shift if "_%1_" == "__" ( |