From 1d01d1f18454a236a2864d70d98c3c3ad738bad6 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 20 Nov 2025 14:16:29 +0500 Subject: [PATCH] build-all.py - postpone 4396126 --- nix/build-all.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 15f01145c7..1d254d5fdb 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -243,7 +243,9 @@ if WASM: # Pyodide still in transition from `FLAGS` to `FLAGS_INIT`. # `FLAGS_INIT` allow us to provide flags using environment variables # and providing `FLAGS` directly would break pyodide toolchain. - WASM_CMAKE_IS_USING_INIT_VARS = get_pyodide_build_version() >= (0, 30, 8) + # NOTE: changes in pyodide-build currently got postponed: + # https://github.com/pyodide/pyodide-build/pull/249 + WASM_CMAKE_IS_USING_INIT_VARS = get_pyodide_build_version() >= (99, 0, 0) # pyodide provide empty `CXXFLAGS`, leading to issues using C++ files compiled with `-fexceptions` # which is used by OCCT.