Explorar o código

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

Avoid confusing traceback on attempting build without platform option
Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
03816e284b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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