1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00
This commit is contained in:
Bernd Schoolmann
2024-11-08 03:18:14 +01:00
parent 679c774cbe
commit 6b04f0280e

View File

@@ -47,7 +47,8 @@ switch (process.platform) {
default:
targets = [
['x86_64-unknown-linux-musl', 'x64']
['x86_64-unknown-linux-musl', 'x64'],
['aarch64-unknown-linux-musl', 'arm64']
];
process.env["PKG_CONFIG_ALLOW_CROSS"] = "1";