set cc to gcc not g++

This commit is contained in:
Joseph Lenox 2018-04-24 20:27:24 -05:00
parent 1d4b369e73
commit 7d9079ef62

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