mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Fixed bug reported by Arie Gurfinkel
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
7cdf5e493b
commit
62cc752fb6
|
@ -76,7 +76,7 @@ def lib():
|
|||
except:
|
||||
pass
|
||||
try:
|
||||
init('%s%slibz3.%s' % (_dir, ext))
|
||||
init(os.path.join(_dir, 'libz3.%s' % ext))
|
||||
break
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue