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:
parent
3543e45291
commit
9e37dbc4ab
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user