mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
fixed bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1d03eedeeb
commit
80bc56d787
|
@ -49,8 +49,8 @@ def parse_options():
|
||||||
'debug',
|
'debug',
|
||||||
'verbose',
|
'verbose',
|
||||||
'x64',
|
'x64',
|
||||||
'help'
|
'help',
|
||||||
'makefiles'
|
'makefiles'
|
||||||
])
|
])
|
||||||
for opt, arg in options:
|
for opt, arg in options:
|
||||||
if opt in ('-b', '--build'):
|
if opt in ('-b', '--build'):
|
||||||
|
|
Loading…
Reference in a new issue