Skip to content

Commit

Permalink
update java install/build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 25, 2024
1 parent c8c2e3a commit 527f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_win_dist_cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def mk_z3(arch):
cmds.append('cd %s' % build_dir)
cmds.append('nmake install')
if exec_cmds(cmds) != 0:
raise MKException("Failed to make z3"))
raise MKException("Failed to make z3")

def mk_z3s():
global ARCHS
Expand Down

0 comments on commit 527f824

Please sign in to comment.