From 69a30fb9d071ed1b1674ef8cb544d0d201fb5ae0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 18 Feb 2020 11:05:32 +0000 Subject: [PATCH] also check for patch --- hak/matrix-seshat/check.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hak/matrix-seshat/check.js b/hak/matrix-seshat/check.js index 6a65970..d538bac 100644 --- a/hak/matrix-seshat/check.js +++ b/hak/matrix-seshat/check.js @@ -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']);