changed 'ispc-compiler' to 'ispc-build-compiler' in error message

This commit is contained in:
Anton Mitrokhin
2014-07-16 15:12:39 +04:00
parent 111b10cd5b
commit 21cb609423

View File

@@ -677,7 +677,7 @@ def Main():
# gcc and g++ options are equal and added for ease of use
if options.ispc_build_compiler != "clang" and \
options.ispc_build_compiler != "gcc":
error("unknow option for --ispc-compiler: " + options.ispc_build_compiler, 1)
error("unknow option for --ispc-build-compiler: " + options.ispc_build_compiler, 1)
parser.print_help()
exit(0)