summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-04-15 16:55:19 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-04-21 13:37:41 +0200
commit8400c4eb6baa3f09ea68ff8aab16b5e55efe7632 (patch)
treea33a7a9a40442daf341e6106a6604af18ebe3b6b
parent0e287c04fdd20516d75afb29ffac70be5314fab2 (diff)
downloadmullvadvpn-8400c4eb6baa3f09ea68ff8aab16b5e55efe7632.tar.xz
mullvadvpn-8400c4eb6baa3f09ea68ff8aab16b5e55efe7632.zip
Add macOS build target instructions to readme
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d3c970c82..8e142454bb 100644
--- a/README.md
+++ b/README.md
@@ -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: