From 697297433bfb559568be741b929dfb3ae9721129 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 1 Sep 2014 15:50:33 -0700 Subject: Maybe I finally got the right C++ library for 32-bit? --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index 4f5960a..f2cab30 100755 --- a/travis.sh +++ b/travis.sh @@ -33,7 +33,7 @@ withprotobuf_script() { # Can't enable the JIT because it only supports x64. core32_install() { sudo apt-get update -qq - sudo apt-get install libc6-dev-i386 lib32stdc++6 + sudo apt-get install libc6-dev-i386 lib32stdc++6 libstdc++6:i386 } core32_script() { make -j12 tests USER_CPPFLAGS=-m32 -- cgit v1.2.3