set cc to gcc not g++

This commit is contained in:
Joseph Lenox 2018-04-24 20:27:24 -05:00 committed by Joseph Lenox
parent 5c6f315054
commit f6f2a81dee

View File

@ -5,7 +5,7 @@ install:
- export BOOST_DIR=$HOME/boost_1_63_0
- export SLIC3R_STATIC=1
- export CXX=g++-4.9
- export CC=g++-4.9
- export CC=gcc-4.9
- source $HOME/perl5/perlbrew/etc/bashrc
script:
- bash package/linux/travis-setup.sh