mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 20:09:08 +08:00
#4635 only use WXDIR if it is set.
This commit is contained in:
parent
ed1560b4c7
commit
f19fc3b6dc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user