mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01: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…
Reference in New Issue
Block a user