Skip to content

Commit 3243d36

Browse files
[travis] Add multiarch support
1 parent c6b5426 commit 3243d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ mkdir -p "$install_dir"
1818

1919
# Setup environment variables.
2020
export LD_LIBRARY_PATH="$install_dir/lib:$LD_LIBRARY_PATH"
21+
export LD_LIBRARY_PATH="$install_dir/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`:$LD_LIBRARY_PATH"
2122
export PKG_CONFIG_PATH="$install_dir/lib/pkgconfig:$PKG_CONFIG_PATH"
23+
export PKG_CONFIG_PATH="$install_dir/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/pkgconfig:$PKG_CONFIG_PATH"
2224

2325
# Retrieve jrl-mathtools
2426
echo "--> Compiling jrl-mathtools"

0 commit comments

Comments
 (0)