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

debug: locate libfuse3.so.3

This commit is contained in:
Falk Werner 2020-03-15 22:51:54 +01:00
parent 4ae6665f66
commit c10771b28a

View File

@ -102,6 +102,7 @@ before_script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
script:
- find /usr -name libfuse3.so.3
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
- make $CHECK_TARGET