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 b9e40fa commit 94dfea8Copy full SHA for 94dfea8
ci/scripts/jni_macos_build.sh
@@ -77,7 +77,9 @@ cmake \
77
cmake --build "${build_dir}/cpp" --target install
78
github_actions_group_end
79
80
-export JAVA_JNI_CMAKE_ARGS="-DProtobuf_ROOT=${build_dir}/cpp/protobuf_ep-install"
+JAVA_JNI_CMAKE_ARGS="-DProtobuf_ROOT=${build_dir}/cpp/_deps/protobuf-build"
81
+JAVA_JNI_CMAKE_ARGS+=" -DProtobuf_SRC_ROOT_FOLDER=${build_dir}/cpp/_deps/protobuf-src"
82
+export JAVA_JNI_CMAKE_ARGS
83
"${source_dir}/ci/scripts/jni_build.sh" \
84
"${source_dir}" \
85
"${install_dir}" \
0 commit comments