mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44: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 = [];
|
const tools = [];
|
||||||
if (hakEnv.isWin()) {
|
if (hakEnv.isWin()) {
|
||||||
tools.push(['perl', '--version']); // for openssl configure
|
tools.push(['perl', '--version']); // for openssl configure
|
||||||
|
tools.push(['patch', '--version']); // to patch sqlcipher Makefile.msc
|
||||||
tools.push(['nmake', '/?']);
|
tools.push(['nmake', '/?']);
|
||||||
} else {
|
} else {
|
||||||
tools.push(['make', '--version']);
|
tools.push(['make', '--version']);
|
||||||
|
Loading…
Reference in New Issue
Block a user