Skip to content

Commit

Permalink
Merge pull request #262 from seungha-yang/win-non-eng-locale
Browse files Browse the repository at this point in the history
meson: Fix for building on non-English locale
  • Loading branch information
ebassi committed Feb 17, 2022
2 parents 1c51cfb + a07b9b3 commit c84bc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ if cc.get_id() == 'msvc'
'-we4053', # an expression of type void was used as an operand
'-we4071', # no function prototype given
'-we4819', # the file contains a character that cannot be represented in the current code page
'/utf-8', # Set the input and exec encoding to utf-8, like is the default with GCC
]
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
test_cflags = [
Expand Down

0 comments on commit c84bc94

Please sign in to comment.