mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fix CODEOWNERS and fix missing quote in "Building for platform" message
This commit is contained in:
parent
e69b7083d4
commit
267d267f3d
2 changed files with 3 additions and 3 deletions
|
@ -518,7 +518,7 @@ if selected_platform in platform_list:
|
|||
# are actually handled to change compile options, etc.
|
||||
detect.configure(env)
|
||||
|
||||
print(f'Building for platform "{selected_platform}", architecture "{env["arch"]}", target "{env["target"]}.')
|
||||
print(f'Building for platform "{selected_platform}", architecture "{env["arch"]}", target "{env["target"]}".')
|
||||
if env.dev_build:
|
||||
print("NOTE: Developer build, with debug optimization level and debug symbols (unless overridden).")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue