Skip to content

Commit

Permalink
I think I have the right 32-bit C++ libraries now.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Sep 1, 2014
1 parent 6972974 commit 648afe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 648afe3

Please sign in to comment.