summaryrefslogtreecommitdiffstats
path: root/contrib/meson/README.md
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-01-11 20:11:35 (GMT)
committerGitHub <noreply@github.com>2019-01-11 20:11:35 (GMT)
commitbc85de6ec9dc57ce3f163312b83b8ebd9229f574 (patch)
tree42e424e77ef4ea3e7514c969299f154aa76906f9 /contrib/meson/README.md
parent94afb9a87b5cf956c9c59bd2a513eaf586effe9d (diff)
parentd2288d2cc0ed47b3531d5ff97eea2e74a6612aa3 (diff)
downloadlz4-bc85de6ec9dc57ce3f163312b83b8ebd9229f574.zip
lz4-bc85de6ec9dc57ce3f163312b83b8ebd9229f574.tar.gz
lz4-bc85de6ec9dc57ce3f163312b83b8ebd9229f574.tar.bz2
Merge pull request #639 from lzutao/meson
meson: Small improvements
Diffstat (limited to 'contrib/meson/README.md')
-rw-r--r--contrib/meson/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/meson/README.md b/contrib/meson/README.md
index 4e55ab9..fa18493 100644
--- a/contrib/meson/README.md
+++ b/contrib/meson/README.md
@@ -13,7 +13,7 @@ This Meson build system is provided with no guarantee.
`cd` to this meson directory (`contrib/meson`)
```sh
-meson --buildtype=release -Ddefault_library=shared -Dbuild_programs=true builddir
+meson setup --buildtype=release -Ddefault_library=shared -Dbuild_programs=true builddir
cd builddir
ninja # to build
ninja install # to install