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

fix: typo fixed

This commit is contained in:
Falk Werner 2020-11-10 20:17:21 +01:00
parent 3543e45291
commit 9e37dbc4ab

View File

@ -8,7 +8,7 @@ if not libwebsockets_dep.found()
endif
libfuse_dep = dependency('fuse3', version: '>=3.8.0', required: false)
if (no libfuse_dep.found()
if not libfuse_dep.found()
thread_dep = dependency('threads')
libfuse_dep = declare_dependency(
link_with: ['fuse3'],