Avoid confusing traceback on attempting build without platform option
@@ -491,6 +491,7 @@ else:
for x in platform_list:
print("\t" + x)
print("\nPlease run scons again with argument: platform=<string>")
+ sys.exit(255)
screen = sys.stdout