Skip to content

Commit

Permalink
2nd attempt to use uniform java library location under bin #7406
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 30, 2024
1 parent b65afd4 commit 30b4fe6
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 @@ -375,7 +375,7 @@ def cp_into_bin(arch):
os.path.join(bin_dir, "libz3.lib"))
shutil.rmtree(lib_dir)
if JAVA_ENABLED:
java_dir = get_java_dist_path(arch)
java_dir = os.path.join(bin_dir, "java")
for file in os.listdir(java_dir):
src_path = os.path.join(java_dir, file)
dst_path = os.path.join(bin_dir, file)
Expand Down

0 comments on commit 30b4fe6

Please sign in to comment.