Skip to content

Commit

Permalink
slic3r#4635 only use WXDIR if it is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Dec 31, 2018
1 parent ed1560b commit f19fc3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/linux/travis-deploy-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ cpanm local::lib
eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
cd package/linux && make -f build_shell.mk && mv Slic3r* $TRAVIS_BUILD_DIR && cd $TRAVIS_BUILD_DIR

if [ -z ${WXDIR+x} ]; then
package/linux/make_archive.sh linux-x64
else
LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
fi

package/linux/appimage.sh x86_64

Expand Down

0 comments on commit f19fc3b

Please sign in to comment.