mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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',
|
||||
'verbose',
|
||||
'x64',
|
||||
'help'
|
||||
'makefiles'
|
||||
'help',
|
||||
'makefiles'
|
||||
])
|
||||
for opt, arg in options:
|
||||
if opt in ('-b', '--build'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue