Added platform identifier to output
This commit is contained in:
1
build.py
1
build.py
@@ -18,6 +18,7 @@ if choice in yes:
|
|||||||
)
|
)
|
||||||
elif choice in no:
|
elif choice in no:
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
|
print("Building for: '%s'" % (system))
|
||||||
if system == "Windows": # Windows
|
if system == "Windows": # Windows
|
||||||
os.system(
|
os.system(
|
||||||
"python -m SCons && python -m SCons target=template_release && godot project/project.godot"
|
"python -m SCons && python -m SCons target=template_release && godot project/project.godot"
|
||||||
|
Reference in New Issue
Block a user