From 93d424e3e7a30b5aa092a8472ae9b402d9d6e833 Mon Sep 17 00:00:00 2001 From: Eddie Dover Date: Sat, 23 Dec 2023 05:49:10 -0800 Subject: [PATCH] Added platform identifier to output --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 3ad66fd..0331fbc 100644 --- a/build.py +++ b/build.py @@ -18,6 +18,7 @@ if choice in yes: ) elif choice in no: system = platform.system() + print("Building for: '%s'" % (system)) if system == "Windows": # Windows os.system( "python -m SCons && python -m SCons target=template_release && godot project/project.godot"