Cross-compile SQLCipher for aarch64-apple-darwin

This commit is contained in:
J. Ryan Stinnett
2021-06-23 16:18:09 +01:00
parent c57a173649
commit f3c1db3313
3 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ module.exports = class HakEnv {
return this.getRuntimeAbi() + '-' + this.target.platform + '-' + this.target.arch;
}
getRustTarget() {
getTargetId() {
return this.target.id;
}