Skip to content

Commit b76908f

Browse files
committed
Set LIBRARY_PATH to /tmp/protobuf/lib
1 parent 284234c commit b76908f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/kokoro/unix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx1g'"
5454
export LDFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --libs protobuf)"
5555
export CXXFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --cflags protobuf)"
5656
export LD_LIBRARY_PATH=/tmp/protobuf/lib
57+
export LIBRARY_PATH=/tmp/protobuf/lib
5758

5859
./gradlew grpc-compiler:clean $GRADLE_FLAGS
5960

0 commit comments

Comments
 (0)