Skip to content

Commit f52976e

Browse files
committed
Update the right bundled protobuf directory
1 parent 95215a5 commit f52976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/jni_macos_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cmake \
7777
cmake --build "${build_dir}/cpp" --target install
7878
github_actions_group_end
7979

80-
export JAVA_JNI_CMAKE_ARGS="-DProtobuf_ROOT=${build_dir}/cpp/protobuf_ep-install"
80+
export JAVA_JNI_CMAKE_ARGS="-DProtobuf_ROOT=${build_dir}/cpp/_deps/protobuf-build"
8181
"${source_dir}/ci/scripts/jni_build.sh" \
8282
"${source_dir}" \
8383
"${install_dir}" \

0 commit comments

Comments
 (0)