Skip to content

Commit d27f960

Browse files
committed
Use CMake convention for path to built protoc
1 parent 523e77a commit d27f960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Performance/perf_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ readonly script_dir=`pwd`
4646
# Change this if your checkout of github.com/protocolbuffers/protobuf is in a
4747
# different location.
4848
readonly GOOGLE_PROTOBUF_CHECKOUT=${GOOGLE_PROTOBUF_CHECKOUT:-"$script_dir/../../protobuf"}
49-
readonly PROTOC=${PROTOC:-"${GOOGLE_PROTOBUF_CHECKOUT}/src/protoc"}
49+
readonly PROTOC=${PROTOC:-"${GOOGLE_PROTOBUF_CHECKOUT}/protoc"}
5050

5151
function usage() {
5252
cat >&2 <<EOF

0 commit comments

Comments
 (0)