From 66c7eb72b586a99982eff761336b9c2dff1561cf Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 4 Apr 2017 23:52:33 -0500 Subject: [PATCH] set ld library path for archive build so wxpar can find things --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84f2ee845..f277585b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - perl ./Build.PL after_success: - eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib) -- package/linux/make_archive.sh linux-x64 +- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64 - package/deploy/sftp.sh linux ~/slic3r-upload.rsa *.bz2 branches: only: