From 0128e985f60c31f42d93f2d7c4e2c781691836cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 4 Mar 2016 22:51:17 +0100 Subject: [PATCH] geckolib: export LD_LIBRARY_PATH for linux --- ports/geckolib/tools/regen_bindings.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/geckolib/tools/regen_bindings.sh b/ports/geckolib/tools/regen_bindings.sh index 157877b0c72..32b36b3b59d 100755 --- a/ports/geckolib/tools/regen_bindings.sh +++ b/ports/geckolib/tools/regen_bindings.sh @@ -17,6 +17,7 @@ fi export RUST_BACKTRACE=1 export LIBCLANG_PATH=`pwd`/llvm/build/Release+Asserts/lib export DYLD_LIBRARY_PATH=`pwd`/llvm/build/Release+Asserts/lib +export LD_LIBRARY_PATH=`pwd`/llvm/build/Release+Asserts/lib export DIST_INCLUDE=$1/dist/include # Check for the include directory.