From 648afe3da654b6e08fe6ea26ae520581eb892e23 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 1 Sep 2014 15:56:23 -0700 Subject: I think I have the right 32-bit C++ libraries now. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index f2cab30..b4c1afa 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 libstdc++6:i386 + sudo apt-get install libc6-dev-i386 g++-multilib } core32_script() { make -j12 tests USER_CPPFLAGS=-m32 -- cgit v1.2.3