From d38b2f7f1cc0b11dd9d02a931ecb486630ea3585 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 10 Oct 2025 13:52:52 +0500 Subject: [PATCH] build-all.py - add note on `--without-xxx` option --- nix/build-all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/build-all.py b/nix/build-all.py index 32166e67e0..681095714b 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -33,6 +33,7 @@ Available arguments: ``-py-313`` - build for specific Python version (building for all supported Python version by default). ``-wasm`` - compile for wasm + ``-without-xxx`` - do not build dependency ``xxx`` (e.g. ``--without-swig``) ``-mac-cross-compile-intel`` - cross compile for Intel Mac on Apple Silicon host ``-shared`` - build shared libraries. By default will build static. ``-diskcleanup`` - clean up build directories after finishing building dependencies