Browse Source

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

Avoid confusing traceback on attempting build without platform option
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
03816e284b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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