From fd8f37f438b697f7571af7dee6afbbed9304664f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 20 Oct 2023 12:35:17 +0200 Subject: [PATCH] FOO DELETE ME --- npm-scripts.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/npm-scripts.mjs b/npm-scripts.mjs index 7ca9942e75..1ca92fc567 100644 --- a/npm-scripts.mjs +++ b/npm-scripts.mjs @@ -436,7 +436,7 @@ function installMsysMake() if (res.status !== 0) { - logError('`installMsysMake() | cannot find Python executable'); + logError('`installMsysMake() | cannot find Python executable FOOO'); exitWithError(); } @@ -445,7 +445,9 @@ function installMsysMake() pythonPath = String(res.stdout).trim(); } - executeCmd(`${pythonPath} worker\\scripts\\getmake.py`); + const dir = path.resolve('worker/out/msys'); + + executeCmd(`${pythonPath} worker\\scripts\\getmake.py --dir="${dir}"`); } function ensureDir(dir)