mirror of
https://github.com/servo/servo.git
synced 2025-07-05 14:33:38 +01:00
geckolib: export LD_LIBRARY_PATH for linux
This commit is contained in:
parent
59ba00ed84
commit
0128e985f6
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue