tell make about g++-4.8

This commit is contained in:
David Renshaw 2014-05-15 18:07:06 -04:00
parent d426b2718a
commit 5668ccdd4f

View file

@ -13,4 +13,4 @@ install:
- export CC=gcc-4.8
- export CXX=g++-4.8
- cd capnproto-c++-0.4.1 && ./configure && make -j5 && sudo make install && cd ..
script: make
script: make CXX=g++-4.8