1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

set LD_LIBRARY_PATH to find libisl.so

This commit is contained in:
Stefan Lankes 2016-04-07 20:47:27 +02:00
parent 42ae868166
commit aa1a42b7bd

View file

@ -16,3 +16,6 @@ install:
- sudo make install
- cd -
- rm -rf isl-0.12.2*
before_script:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- export PATH=$PATH:/usr/local/bin