mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Add required env variables to desktop native build script (#9869)
This commit is contained in:
@@ -14,6 +14,8 @@ switch (process.platform) {
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
targets = ['x86_64-unknown-linux-musl'];
|
targets = ['x86_64-unknown-linux-musl'];
|
||||||
|
process.env["PKG_CONFIG_ALLOW_CROSS"] = "1";
|
||||||
|
process.env["PKG_CONFIG_ALL_STATIC"] = "1";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user