Skip to content

Commit

Permalink
fix #6660
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Mar 31, 2023
1 parent 996e5b1 commit 6aaaa3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,7 @@ def write_core_py_preamble(core_py):
else:
print(" import builtins")
print(" builtins.Z3_LIB_DIRS = [ '/path/to/libz3.%s' ] " % _ext)
print(_failures)
raise Z3Exception("libz3.%s not found." % _ext)
Expand Down

0 comments on commit 6aaaa3b

Please sign in to comment.