mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +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:
|
except:
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
init('%s%slibz3.%s' % (_dir, ext))
|
init(os.path.join(_dir, 'libz3.%s' % ext))
|
||||||
break
|
break
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue