mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 15:43:25 +00:00
parent
996e5b1755
commit
6aaaa3b015
1 changed files with 1 additions and 0 deletions
|
@ -1825,6 +1825,7 @@ if _lib is None:
|
||||||
else:
|
else:
|
||||||
print(" import builtins")
|
print(" import builtins")
|
||||||
print(" builtins.Z3_LIB_DIRS = [ '/path/to/libz3.%s' ] " % _ext)
|
print(" builtins.Z3_LIB_DIRS = [ '/path/to/libz3.%s' ] " % _ext)
|
||||||
|
print(_failures)
|
||||||
raise Z3Exception("libz3.%s not found." % _ext)
|
raise Z3Exception("libz3.%s not found." % _ext)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue