aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ef9983..e7d0a5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y debhelper fakeroot
- sudo apt-get install -y libpcap-dev libselinux1-dev
- - sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64
+ - sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev
- sudo apt-get install -y autoconf automake dh-autoreconf
script: ./autogen.sh && git clean -df . && dpkg-buildpackage -b -us -uc && git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine)