3
0
Fork 0
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:
Leonardo de Moura 2012-11-01 10:28:26 -07:00
parent 7cdf5e493b
commit 62cc752fb6

View file

@ -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