Skip to content

Commit

Permalink
Merge pull request #31 from vector-im/dbkr/fix_check
Browse files Browse the repository at this point in the history
Fix check script
  • Loading branch information
dbkr authored Feb 24, 2020
2 parents 2d053cb + 75df21d commit c0e4ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hak/matrix-seshat/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0e4ad4

Please sign in to comment.