mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 05:36:13 +02:00
also check for patch
This commit is contained in:
parent
3b642389f2
commit
69a30fb9d0
@ -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']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user