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 3c8bc90 commit 415e913Copy full SHA for 415e913
buildscripts/make_dependencies.sh
@@ -86,4 +86,5 @@ To compile with the build dependencies:
86
export LDFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --libs protobuf)"
87
export CXXFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --cflags protobuf)"
88
export LIBRARY_PATH=/tmp/protobuf/lib
89
+export LD_LIBRARY_PATH=/tmp/protobuf/lib
90
EOF
0 commit comments