Cross-compile SQLCipher for aarch64-apple-darwin

This commit is contained in:
J. Ryan Stinnett
2021-06-22 16:35:26 +01:00
parent c57a173649
commit f3c1db3313
3 changed files with 31 additions and 4 deletions

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;
}