summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-11-05 11:33:21 +1100
committerDamien Zammit <damien@zamaudio.com>2017-11-05 11:33:21 +1100
commit8cff23e910927562a46c752e5d4cfcdebc694fd0 (patch)
tree7f648a0a4611101331c7b8488664b18cf9a0bfa5 /.travis.yml
parent3de6ee370409d2f20ecd5ebda1d0773c69ee686f (diff)
travis: Fix mingw64-x-pthread for 64 bit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 408f6c5..57fc981 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ before_install:
- wget http://zamaudio.com/mbox2/apple-macports-libsamplerate_0.1.9-1_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.3-3_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-libsamplerate_0.1.9-1_all.deb
-- wget http://zamaudio.com/mbox2/mingw64-x-pthread32_0.0.1-1_all.deb
+- wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-1_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-macports-liblo/apple-macports-liblo_0.26-1_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-gcc/apple-x86-gcc_4.2.1~5646-1kxstudio2_amd64.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-odcctools/apple-x86-odcctools_758.159-0kxstudio2_amd64.deb
@@ -34,7 +34,7 @@ before_install:
- sudo apt-get install mingw64-x-binutils -y
- sudo apt-get install mingw64-x-pkgconfig -y
- sudo apt-get install mingw64-x-liblo -y
-- sudo dpkg -i mingw64-x-pthread32_0.0.1-1_all.deb
+- sudo dpkg -i mingw64-x-pthread_0.0.1-1_all.deb
- sudo dpkg -i mingw64-x-fftw-3_3.3.3-3_all.deb
- sudo dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
- sudo apt-get install g++-4.8 -y
@@ -93,7 +93,7 @@ script:
- mkdir bin
- export CXXFLAGS="-I/opt/mingw64/x86_64-w64-mingw32/include -I/opt/mingw64/include"
- export CFLAGS="-I/opt/mingw64/x86_64-w64-mingw32/include -I/opt/mingw64/include"
-- export LDFLAGS=-lpthread
+- export LDFLAGS=
- export PKG_CONFIG_PATH=/opt/mingw64/lib/pkgconfig
- make clean
- touch dpf/utils/lv2_ttl_generator.exe