Relocate macos protoc build

pull/10398/head
Deanna Garcia 2 years ago
parent 4c5454b86d
commit 8dc449b8f5
  1. 1
      kokoro/release/protoc/macos/build.sh

@ -6,5 +6,6 @@ CXXFLAGS_COMMON="-std=c++14 -DNDEBUG -mmacosx-version-min=10.9"
cd github/protobuf
bazel build //:protoc --dynamic_mode=off
cp bazel-bin/protoc build64/src/protoc
file bazel-bin/protoc
otool -L bazel-bin/protoc | grep dylib

Loading…
Cancel
Save