Skip to content

Commit

Permalink
Merge pull request #126 from dcreager/fix-the-build
Browse files Browse the repository at this point in the history
Fix the build on i386
  • Loading branch information
dcreager committed Oct 26, 2017
2 parents c9a9797 + 4ba830a commit e83276d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,9 @@ env:
- ARCH=amd64 ENABLE_SHARED_EXECUTABLES=NO
os:
- linux
- osx
# TODO(dcreager): Reenable this once the Travis Mac backlog isn't quite so
# horrific.
# - osx
install: .travis/install
script: .travis/test

Expand Down
1 change: 1 addition & 0 deletions .travis/test
Expand Up @@ -8,6 +8,7 @@ cd .build
if [ "$TRAVIS_OS_NAME" = linux ]; then
if [ "$ARCH" = i386 ]; then
ARCH_FLAGS="-m32"
export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
else
ARCH_FLAGS=""
fi
Expand Down

0 comments on commit e83276d

Please sign in to comment.