3
0
Fork 0
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:
Leonardo de Moura 2012-10-25 11:53:51 -07:00
parent 1d03eedeeb
commit 80bc56d787

View file

@ -49,8 +49,8 @@ def parse_options():
'debug',
'verbose',
'x64',
'help'
'makefiles'
'help',
'makefiles'
])
for opt, arg in options:
if opt in ('-b', '--build'):