You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Windows, MSVC] Correctly set source file encoding.
This commit is contained in:
@@ -223,7 +223,7 @@ def configure_msvc(env, manual_msvc_config):
|
||||
|
||||
env.AppendUnique(CCFLAGS=["/MT", "/Gd", "/GR", "/nologo"])
|
||||
# Force to use Unicode encoding
|
||||
env.Append(MSVC_FLAGS=["/utf-8"])
|
||||
env.AppendUnique(CCFLAGS=["/utf-8"])
|
||||
env.AppendUnique(CXXFLAGS=["/TP"]) # assume all sources are C++
|
||||
if manual_msvc_config: # should be automatic if SCons found it
|
||||
if os.getenv("WindowsSdkDir") is not None:
|
||||
|
||||
Reference in New Issue
Block a user