Skip to content

Commit 8e16a15

Browse files
committed
Install pkg-config on mac
1 parent 88999f8 commit 8e16a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/kokoro/macos.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ trap spongify_logs EXIT
1717

1818
export -n JAVA_HOME
1919
export PATH="$(/usr/libexec/java_home -v"1.8.0")/bin:${PATH}"
20+
sudo apt-get update && sudo apt-get install pkg-config
2021

2122
"$GRPC_JAVA_DIR"/buildscripts/kokoro/unix.sh

0 commit comments

Comments
 (0)