From 267d267f3d82b05e671446bca88566a6c2013f8e Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 1 Oct 2022 01:53:43 -0500 Subject: Fix CODEOWNERS and fix missing quote in "Building for platform" message --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index c86422c4e4..646f41839d 100644 --- a/SConstruct +++ b/SConstruct @@ -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).") -- cgit v1.2.3