You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Fix invalid Python escape sequences
(cherry picked from commit 4986d6d317)
This commit is contained in:
committed by
Rémi Verschelde
parent
7931c04544
commit
c219ffe5eb
@@ -481,7 +481,7 @@ def configure_msvc(env, vcvars_msvc_config):
|
||||
env["BUILDERS"]["ProgramOriginal"] = env["BUILDERS"]["Program"]
|
||||
env["BUILDERS"]["Program"] = methods.precious_program
|
||||
|
||||
env.Append(LINKFLAGS=["/NATVIS:platform\windows\godot.natvis"])
|
||||
env.Append(LINKFLAGS=["/NATVIS:platform\\windows\\godot.natvis"])
|
||||
env.AppendUnique(LINKFLAGS=["/STACK:" + str(STACK_SIZE)])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user