works on my machine

pull/230/head
JP Smith 5 years ago
parent 3e6f140301
commit 5f9431fbdc
  1. 5
      .travis/install-libff.sh

@ -18,4 +18,7 @@ mkdir build
cd build
CXXFLAGS="-fPIC $CXXFLAGS" cmake $ARGS ..
make && sudo make install
ls /usr/local/lib
cd ..
cp libff/libff.dylib /usr/local/lib
cp depends/libzm.dylib /usr/local/lib
cp depends/libzm.a /usr/local/lib

Loading…
Cancel
Save