nodejs: call configure.py directly (#536002)

This commit is contained in:
Antoine du Hamel
2026-06-28 07:56:27 +00:00
committed by GitHub
+1 -3
View File
@@ -348,9 +348,7 @@ let
dontDisableStatic = true;
configureScript = writeScript "nodejs-configure" ''
exec ${python.executable} configure.py "$@"
'';
configureScript = "${python.interpreter} configure.py";
# In order to support unsupported cross configurations, we copy some intermediate executables
# from a native build and replace all the build-system tools with a script which simply touches