3
0
Fork 0
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:
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', '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'):