also check for patch

This commit is contained in:
David Baker 2020-02-18 11:05:32 +00:00
parent 3b642389f2
commit 69a30fb9d0

View file

@ -37,6 +37,7 @@ module.exports = async function(hakEnv, moduleInfo) {
const tools = [];
if (hakEnv.isWin()) {
tools.push(['perl', '--version']); // for openssl configure
tools.push(['patch', '--version']); // to patch sqlcipher Makefile.msc
tools.push(['nmake', '/?']);
} else {
tools.push(['make', '--version']);