Merge pull request #31 from vector-im/dbkr/fix_check

Fix check script
This commit is contained in:
David Baker 2020-02-24 17:52:21 +00:00 committed by GitHub
commit c0e4ad4aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ module.exports = async function(hakEnv, moduleInfo) {
});
}
const tools = ['python', '--version']; // node-gyp uses python for reasons beyond comprehension
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