summaryrefslogtreecommitdiffhomepage
path: root/android/docs/BuildInstructions.macos.md
diff options
context:
space:
mode:
Diffstat (limited to 'android/docs/BuildInstructions.macos.md')
-rw-r--r--android/docs/BuildInstructions.macos.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md
index 87d77fa78e..01546c570a 100644
--- a/android/docs/BuildInstructions.macos.md
+++ b/android/docs/BuildInstructions.macos.md
@@ -61,6 +61,13 @@ export CARGO_TARGET_I686_LINUX_ANDROID_LINKER="$NDK_TOOLCHAIN_DIR/i686-linux-and
export CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER="$NDK_TOOLCHAIN_DIR/x86_64-linux-android26-clang"
```
+## 3. Checkout wireguard-go-rs submodule
+wireguard-go-rs submodule need to be downloaded:
+
+```bash
+git submodule update --init --recursive --depth=1 wireguard-go-rs
+```
+
## 4. Debug build
Run the build script in the root of the project to assemble all the native libraries and the app: