Skip to content

Commit c84bc94

Browse files
authored
Merge pull request #262 from seungha-yang/win-non-eng-locale
meson: Fix for building on non-English locale
2 parents 1c51cfb + a07b9b3 commit c84bc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ if cc.get_id() == 'msvc'
9595
'-we4053', # an expression of type void was used as an operand
9696
'-we4071', # no function prototype given
9797
'-we4819', # the file contains a character that cannot be represented in the current code page
98+
'/utf-8', # Set the input and exec encoding to utf-8, like is the default with GCC
9899
]
99100
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
100101
test_cflags = [

0 commit comments

Comments
 (0)