From ac1a1e4ddac2d1872be78df9765485214a8732a8 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sat, 1 Apr 2023 01:23:23 +0200 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 3cfe862..f0e9239 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -39,10 +39,10 @@ git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu cd ~/dolphin-emu ``` -Pull the git submodules (required for mGBA integration) +Pull the git submodules ```bash -git submodule update --init +git submodule update --init --recursive ``` Download and install [CMake](https://cmake.org/download/) if you don't have it.