mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 13:02:00 +08:00
Force install of cppguess
This commit is contained in:
parent
ac3f4f2d03
commit
716c018cd4
@ -25,6 +25,9 @@ if [ ! -e ./local-lib/lib/perl5/x86_64-linux-thread-multi/Wx.pm ]; then
|
||||
tar -C$TRAVIS_BUILD_DIR -xjf /tmp/local-lib-wx302.tar.bz2
|
||||
fi
|
||||
|
||||
cpanm local::lib
|
||||
eval $(perl -Mlocal::lib=${TRAVIS_BUILD_DIR}/local-lib)
|
||||
CC=g++-8 CXX=g++-8 cpanm ExtUtils::CppGuess --force
|
||||
CC=g++-8 CXX=g++-8 BOOST_DIR=$HOME/boost_1_69_0 perl ./Build.PL
|
||||
excode=$?
|
||||
if [ $excode -ne 0 ]; then exit $excode; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user