mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 08:26:02 +08:00
set cc to gcc not g++
This commit is contained in:
parent
5c6f315054
commit
f6f2a81dee
@ -5,7 +5,7 @@ install:
|
|||||||
- export BOOST_DIR=$HOME/boost_1_63_0
|
- export BOOST_DIR=$HOME/boost_1_63_0
|
||||||
- export SLIC3R_STATIC=1
|
- export SLIC3R_STATIC=1
|
||||||
- export CXX=g++-4.9
|
- export CXX=g++-4.9
|
||||||
- export CC=g++-4.9
|
- export CC=gcc-4.9
|
||||||
- source $HOME/perl5/perlbrew/etc/bashrc
|
- source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
script:
|
script:
|
||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user