Skip to content

Commit

Permalink
Don't set LDFLAGS=-m32, the nasm test uses CFLAGS for linking now
Browse files Browse the repository at this point in the history
  • Loading branch information
proski authored and metalefty committed Mar 24, 2017
1 parent 280dd76 commit 52e6f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
matrix:
- CONF_FLAGS="" DISTCHECK=1
- CONF_FLAGS="--without-simd"
- CONF_FLAGS="--host=i686-linux" CFLAGS=-m32 LDFLAGS=-m32 XFAIL_TESTS=xorg-test-run.sh
- CONF_FLAGS="--host=i686-linux" CFLAGS=-m32 XFAIL_TESTS=xorg-test-run.sh

install:
- git clone --depth 1 --branch=devel https://github.com/neutrinolabs/xrdp.git xrdp
Expand Down

0 comments on commit 52e6f67

Please sign in to comment.