Install libc++-dev in another attempt to fix the build

This commit is contained in:
Eric Fischer 2016-03-24 17:26:29 -07:00
parent 052c0a55df
commit 91ffb084a7

View File

@ -15,7 +15,7 @@ matrix:
compiler: clang
addons:
apt:
packages: [ 'protobuf-compiler', 'libprotobuf-dev' ]
packages: [ 'protobuf-compiler', 'libprotobuf-dev', 'libc++-dev' ]
- os: osx
compiler: clang