diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-04-15 16:55:19 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-04-21 13:37:41 +0200 |
| commit | 8400c4eb6baa3f09ea68ff8aab16b5e55efe7632 (patch) | |
| tree | a33a7a9a40442daf341e6106a6604af18ebe3b6b | |
| parent | 0e287c04fdd20516d75afb29ffac70be5314fab2 (diff) | |
| download | mullvadvpn-8400c4eb6baa3f09ea68ff8aab16b5e55efe7632.tar.xz mullvadvpn-8400c4eb6baa3f09ea68ff8aab16b5e55efe7632.zip | |
Add macOS build target instructions to readme
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -296,7 +296,12 @@ This should produce an installer exe, pkg or rpm+deb file in the `dist/` directo Building this requires at least 1GB of memory. -#### Apple ARM64 (aka Apple Silicon) +#### macOS + +By default a universal app is built on macOS. To build specifically for x86_64 or ARM64 add +`--target x86_64-apple-darwin` or `--target aarch64-apple-darwin`. + +##### Apple ARM64 (aka Apple Silicon) Due to inability to build the management interface proto files on ARM64 (see [this](https://github.com/grpc/grpc-node/issues/1497) issue) the Apple ARM64 build must be done in 2 stages: |
