mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
SCons: Add emitter to declutter build objects
This commit is contained in:
parent
0028fd625e
commit
10ed66f28c
7 changed files with 50 additions and 11 deletions
|
@ -278,7 +278,7 @@ def configure_msvc(env: "SConsEnvironment"):
|
|||
from tempfile import mkstemp
|
||||
|
||||
# Ensure we have a location to write captured output to, in case of false positives.
|
||||
capture_path = methods.base_folder_path + "platform/windows/msvc_capture.log"
|
||||
capture_path = methods.base_folder / "platform" / "windows" / "msvc_capture.log"
|
||||
with open(capture_path, "wt", encoding="utf-8"):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue