summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-09-01 15:50:33 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-09-01 15:50:33 -0700
commit697297433bfb559568be741b929dfb3ae9721129 (patch)
tree9f53bac89e9b2d8f1603ae2679e12020822bf09d /travis.sh
parent4b7fad462433c7bcb66b6bc16a3381d54013f823 (diff)
Maybe I finally got the right C++ library for 32-bit?
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback