Skip to content

Commit

Permalink
Build bindings with solver
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder committed Mar 27, 2023
1 parent 6226cc3 commit 0cdbc7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def build_extension(self, ext):

cmake_args = [
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DPYTHON_EXECUTABLE=' + sys.executable
'-DPYTHON_EXECUTABLE=' + sys.executable,
'-DVARA_FEATURE_USE_Z3_SOLVER=True'
]

cfg = 'Debug' if self.debug else 'Release'
Expand Down

0 comments on commit 0cdbc7f

Please sign in to comment.