mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-23 11:39:45 +00:00
Allow computers with non-Latin codepages to build the project
This commit is contained in:
parent
e9fc6921d2
commit
230bce078b
@ -119,6 +119,7 @@ filter("platforms:Windows")
|
||||
"/wd4127", -- 'conditional expression is constant'.
|
||||
"/wd4324", -- 'structure was padded due to alignment specifier'.
|
||||
"/wd4189", -- 'local variable is initialized but not referenced'.
|
||||
"/utf-8", -- 'build correctly on systems with non-Latin codepages'.
|
||||
})
|
||||
flags({
|
||||
"NoMinimalRebuild", -- Required for /MP above.
|
||||
|
Loading…
Reference in New Issue
Block a user