diff --git a/hak/matrix-seshat/check.js b/hak/matrix-seshat/check.js index d538bac..d501349 100644 --- a/hak/matrix-seshat/check.js +++ b/hak/matrix-seshat/check.js @@ -34,7 +34,7 @@ module.exports = async function(hakEnv, moduleInfo) { }); } - const tools = []; + const tools = ['python', '--version']; // node-gyp uses python for reasons beyond comprehension if (hakEnv.isWin()) { tools.push(['perl', '--version']); // for openssl configure tools.push(['patch', '--version']); // to patch sqlcipher Makefile.msc