aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-02-17 12:56:12 +0000
committerGitHub <noreply@github.com>2022-02-17 12:56:12 +0000
commitc84bc9459357a40e46e2fec0408d04fbdde2c973 (patch)
tree53b90a9e450198734d88acaefd131456cb8458d2
parent1c51cfbbe1e17f5e9763d43924ae934bb203e8b0 (diff)
parenta07b9b33832df2261ace6b84e6a041d14e390a75 (diff)
downloadlibepoxy-c84bc9459357a40e46e2fec0408d04fbdde2c973.tar.gz
Merge pull request #262 from seungha-yang/win-non-eng-locale
meson: Fix for building on non-English locale
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f3ae23f..e1d8d8b 100644
--- a/meson.build
+++ b/meson.build
@@ -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 = [