Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Apr 27, 2018
1 parent 556f435 commit 4008684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis_ci/install_zmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ tar -zxf ${ZMQ_TGZ}
pushd ${ZMQ_TGZ%.tar.gz}
./configure --without-libsodium || exit 1
make -j 8 || exit 1
cp .libs/libzmq.a ../lib
cp .libs/libzmq.so ../lib/libzmq.so.5
cp src/.libs/libzmq.a ../lib
cp src/.libs/libzmq.so ../lib/libzmq.so.5
cp include/{zmq.h,zmq_utils.h} ../lib
popd
pushd lib
Expand Down

0 comments on commit 4008684

Please sign in to comment.