Skip to content

Commit

Permalink
FOO DELETE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 20, 2023
1 parent e782b79 commit fd8f37f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ function installMsysMake()

if (res.status !== 0)
{
logError('`installMsysMake() | cannot find Python executable');
logError('`installMsysMake() | cannot find Python executable FOOO');

exitWithError();
}
Expand All @@ -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)
Expand Down

0 comments on commit fd8f37f

Please sign in to comment.