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

Avoid confusing traceback on attempting build without platform option
This commit is contained in:
Rémi Verschelde 2018-03-13 08:51:11 +01:00 committed by GitHub
commit 03816e284b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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