commit 17f7c1b7820e4f85913ec70ab3c76f238c15c54c
parent 6c27c2cdf263090252df4304f00b8425d0edd091
Author: Simon Ser <contact@emersion.fr>
Date: Thu, 12 Jun 2025 00:14:50 +0200
build: set wrap_mode=nodownload in default options
This can be surprising (e.g. in CI, this can download source code
instead of using system libraries) and users can easily turn it
back on if desired.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/meson.build b/meson.build
@@ -8,6 +8,7 @@ project(
'c_std=c11',
'warning_level=2',
'werror=true',
+ 'wrap_mode=nodownload',
],
)