We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38a825 commit 5ecf55cCopy full SHA for 5ecf55c
ci/scripts/java_jni_build.sh
@@ -74,7 +74,7 @@ popd
74
mkdir -p "${dist_dir}"
75
# For Windows. *.dll are installed into bin/ on Windows.
76
if [ -d "${prefix_dir}/bin" ]; then
77
- mv "${prefix_dir}/bin/*" "${dist_dir}"/
+ mv "${prefix_dir}"/bin/* "${dist_dir}"/
78
else
79
- mv "${prefix_dir}/lib/*" "${dist_dir}"/
+ mv "${prefix_dir}"/lib/* "${dist_dir}"/
80
fi
0 commit comments