# A "meson setup" command that disables all of the optional features,
# including the documentation, and sets up a prefix-based install that
-# won't use any vendored dependencies. Does not include the trailing
-# build directory.
+# won't use any vendored dependencies (nodownload is stronger than
+# nofallback, see mesonbuild/wrap/__init__.py in the meson
+# source). Does not include the trailing build directory.
#
# Byte-compilation is disabled for now because it causes a 20x slowdown
# in the edit-compile loop:
--python.bytecompile=-1 \
--python.install-env=prefix \
--prefix="${HOME}/.local" \
- --wrap-mode=nofallback \
+ --wrap-mode=nodownload \
-Dbuild-docs=false \
-Dauto_features=disabled \
-Declib=enabled \