mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
Fix meson deprecation warning
When running `meson ..` I get: ``` WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. ``` So let's fix this in the docs.
This commit is contained in:
parent
f2144c6c3a
commit
ed9be12837
@ -56,7 +56,7 @@ must use [Meson](http://mesonbuild.com/) and
|
||||
tarball, create a (temporary) build directory and run Meson:
|
||||
|
||||
$ mkdir build; cd build
|
||||
$ meson ..
|
||||
$ meson setup ..
|
||||
|
||||
Normally, the default build options will work fine. If you
|
||||
nevertheless want to adjust them, you can do so with the
|
||||
|
Loading…
Reference in New Issue
Block a user