Skip to content

Commit 07ff2c7

Browse files
committed
Put linux binaries in load path
This works around the linux issue of not finding the native binaries for shadow copied assemblies by making sure a path containing them has been added to LD_LIBRARY_PATH.
1 parent 093593b commit 07ff2c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.libgit2sharp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ EXTRADEFINE="$1"
2424
#popd
2525

2626
export MONO_OPTIONS=--debug
27+
export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/LibGit2Sharp/bin/Release:$LD_LIBRARY_PATH
2728

2829
#echo $DYLD_LIBRARY_PATH
2930
#echo $LD_LIBRARY_PATH

0 commit comments

Comments
 (0)