Merge pull request #1059 from TheCubeMaster019/master

Allow computers with non-latin native codepages to build the project.
This commit is contained in:
Justin Moore 2018-01-21 15:43:19 -06:00 committed by GitHub
commit 7db4d43c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,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.