1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

set LD_LIBRARY_PATH in order to find libfuse.so

This commit is contained in:
Falk Werner 2019-02-10 09:48:36 +01:00
parent 69ac81f6fb
commit 0ecb54c422

View File

@ -45,6 +45,8 @@ before_install:
- cd ..
- cd ..
- cd ..
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
before_script:
- mkdir .build