summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/build-system-differences.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/build-system-differences.md b/DOCS/build-system-differences.md
index 7b1a5e5bfd..ba430a219d 100644
--- a/DOCS/build-system-differences.md
+++ b/DOCS/build-system-differences.md
@@ -27,6 +27,7 @@ that you get for free. In some cases, these overlapped with custom waf options.
supported in the meson build. Instead, pass the generic pkg-config values
such as ``lua52``, ``lua5.2``, etc.
* ``--lgpl`` was changed to ``gpl``. If ``gpl`` is false, the build is LGPL2.1+.
+* ``--tests`` was removed since unit tests now explictly require meson to run
### Boolean Options