Skip to content

Commit 30b4fe6

Browse files
2nd attempt to use uniform java library location under bin #7406
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent b65afd4 commit 30b4fe6

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
@@ -375,7 +375,7 @@ def cp_into_bin(arch):
375375
os.path.join(bin_dir, "libz3.lib"))
376376
shutil.rmtree(lib_dir)
377377
if JAVA_ENABLED:
378-
java_dir = get_java_dist_path(arch)
378+
java_dir = os.path.join(bin_dir, "java")
379379
for file in os.listdir(java_dir):
380380
src_path = os.path.join(java_dir, file)
381381
dst_path = os.path.join(bin_dir, file)

0 commit comments

Comments
 (0)