From 16336766da96d1da28484b1bf7e0f356065ed161 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 2 Dec 2025 21:31:13 +0500 Subject: [PATCH] build-all - remove `WASM_TOOLCHAIN_FILE` doc deprecated after 89a6eac --- nix/build-all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index 1d254d5fdb..e8a5de6f72 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -56,8 +56,6 @@ Used environment variables: `SIDE_MODULE_CFLAGS`, `SIDE_MODULE_LDFLAGS`. Allows to build wasm without pyodide build environment, which can be useful for debugging build issues. Example value: 'pyodide/cpython/installs/python-3.13.2' - - ``WASM_TOOLCHAIN_FILE`` - path to emscripten toolchain file from pyodide ('Emscripten.cmake') - needed only if ``WASM_PYTHON_PATH`` is provided. - ``ADD_COMMIT_SHA`` - if defined with any non-empty value then `ADD_COMMIT_SHA` and `VERSION_OVERRIDE` will be set to `ON` while configuring IfcOpenShell