mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
fixed bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1d03eedeeb
commit
80bc56d787
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue