Skip to content

Commit

Permalink
Adding -lpthread to LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffyfreak committed Dec 16, 2017
1 parent 8bb5f5d commit d3234e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: cpp
compiler:
- gcc
script: ./bootstrap && ./configure --with-thirdparty=$(pwd)/pioneer-thirdparty LIBS="-ldl -lrt" && make
script: ./bootstrap && ./configure --with-thirdparty=$(pwd)/pioneer-thirdparty LIBS="-ldl -lrt -lpthread" && make
before_install:
- git clone --depth 1 git://github.com/pioneerspacesim/pioneer-thirdparty.git pioneer-thirdparty
- cd pioneer-thirdparty/ && autoconf && ./configure && make assimp && make sdl2 && make sdl2_image && cd ../
Expand Down

0 comments on commit d3234e9

Please sign in to comment.