Skip to content

Commit 415e913

Browse files
committed
Try LD_LIBRARY_PATH as well, for mac since I'm getting linker errors with LIBRARY_PATH still.
1 parent 3c8bc90 commit 415e913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/make_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ To compile with the build dependencies:
8686
export LDFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --libs protobuf)"
8787
export CXXFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --cflags protobuf)"
8888
export LIBRARY_PATH=/tmp/protobuf/lib
89+
export LD_LIBRARY_PATH=/tmp/protobuf/lib
8990
EOF

0 commit comments

Comments
 (0)