Skip to content

Commit 527f824

Browse files
update java install/build
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent c8c2e3a commit 527f824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mk_win_dist_cmake.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def mk_z3(arch):
258258
cmds.append('cd %s' % build_dir)
259259
cmds.append('nmake install')
260260
if exec_cmds(cmds) != 0:
261-
raise MKException("Failed to make z3"))
261+
raise MKException("Failed to make z3")
262262

263263
def mk_z3s():
264264
global ARCHS

0 commit comments

Comments
 (0)