mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
SCons: Refactor and cleanup warnings definition
(cherry picked from commits97f116d36band56f3aba7b2)
This commit is contained in:
parent
1a25a301db
commit
f33ca5444a
3 changed files with 15 additions and 13 deletions
|
|
@ -78,6 +78,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.AppendUnique(CCFLAGS=["/utf-8"])
|
||||
|
||||
# ANGLE
|
||||
angle_root = os.getenv("ANGLE_SRC_PATH")
|
||||
env.Prepend(CPPPATH=[angle_root + "/include"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue