Browse Source

Merge pull request #17416 from viktor-ferenczi/issue-17414

Avoid confusing traceback on attempting build without platform option
Rémi Verschelde 7 years ago
parent
commit
03816e284b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SConstruct

+ 1 - 0
SConstruct

@@ -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