mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
syntax error?
This commit is contained in:
parent
83d2aa85ec
commit
babac78c99
|
@ -101,7 +101,7 @@ def parse_options():
|
||||||
if arg == "arm64":
|
if arg == "arm64":
|
||||||
mk_util.IS_ARCH_ARM64 = True
|
mk_util.IS_ARCH_ARM64 = True
|
||||||
else:
|
else:
|
||||||
raise MKException(f"Invalid architecture directive '{arg}'. Legal directives: arm64")
|
raise MKException("Invalid architecture directive '%s'. Legal directives: arm64" % arg)
|
||||||
else:
|
else:
|
||||||
raise MKException("Invalid command line option '%s'" % opt)
|
raise MKException("Invalid command line option '%s'" % opt)
|
||||||
set_build_dir(path)
|
set_build_dir(path)
|
||||||
|
|
Loading…
Reference in a new issue