mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
commit
c0e4ad4aff
@ -34,7 +34,7 @@ module.exports = async function(hakEnv, moduleInfo) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const tools = ['python', '--version']; // node-gyp uses python for reasons beyond comprehension
|
const tools = [['python', '--version']]; // node-gyp uses python for reasons beyond comprehension
|
||||||
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(['patch', '--version']); // to patch sqlcipher Makefile.msc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user