SCons: Refactor and cleanup warnings definition

This commit is contained in:
Rémi Verschelde 2020-10-08 10:49:33 +02:00
parent 8a4f402bcb
commit 97f116d36b
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 15 additions and 15 deletions

View file

@ -80,6 +80,9 @@ def configure(env):
env["ENV"] = os.environ
vc_base_path = os.environ["VCTOOLSINSTALLDIR"] if "VCTOOLSINSTALLDIR" in os.environ else os.environ["VCINSTALLDIR"]
# Force to use Unicode encoding
env.Append(MSVC_FLAGS=["/utf-8"])
# ANGLE
angle_root = os.getenv("ANGLE_SRC_PATH")
env.Prepend(CPPPATH=[angle_root + "/include"])