You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
SCons: Refactor and cleanup warnings definition
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user