Build statically-linked sqlcipher for Unix (#334)

This commit is contained in:
Andrew Morgan
2022-04-19 16:59:37 +01:00
committed by GitHub
parent 1caa4aeb1b
commit 042d8b1427
6 changed files with 45 additions and 29 deletions
+1 -3
View File
@@ -25,9 +25,7 @@ import HakEnv from '../../scripts/hak/hakEnv';
import { DependencyInfo } from '../../scripts/hak/dep';
export default async function(hakEnv: HakEnv, moduleInfo: DependencyInfo): Promise<void> {
if (!hakEnv.isLinux()) {
await getSqlCipher(hakEnv, moduleInfo);
}
await getSqlCipher(hakEnv, moduleInfo);
if (hakEnv.isWin()) {
await getOpenSsl(hakEnv, moduleInfo);