Skip to content

Commit 85a8add

Browse files
committed
Small env var fix
Signed-off-by: Scott Wilson <scott@propersquid.com>
1 parent c5912ee commit 85a8add

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/build-scripts/ci-rust-test.bash

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ if [[ "${CODECOV}" == "" ]]; then
1111
set -ex
1212
fi
1313

14-
export LD_LIBRARY_PATH=$OpenImageIO_ROOT/lib
15-
export PKG_CONFIG_PATH=$OpenImageIO_ROOT/lib/pkgconfig
16-
17-
# TEST
18-
echo TEST GET LIBRARY PATH CONTENTS $(ls $LD_LIBRARY_PATH)
19-
# END TEST
14+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OpenImageIO_ROOT/lib
15+
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$OpenImageIO_ROOT/lib/pkgconfig
2016

2117
echo "Running Rust oiio-sys tests"
2218

0 commit comments

Comments
 (0)