From 107955860279d8306b37a30381493f3733bcba85 Mon Sep 17 00:00:00 2001 From: Vitor K Date: Thu, 13 May 2021 20:21:54 -0300 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 2fb1ba3..9b5746e 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -49,4 +49,7 @@ For portability of the appbundle between machines please refer to [this script]( To build Citra targetting MacOS on ARM, the process is largely the same. A few things to note are: * Make sure the Homebrew version you have installed is the ARM version -* When running the cmake command, you'll want to use this command instead ```cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=Release``` \ No newline at end of file +* When running the cmake command, you'll want to use this command instead: +``` +cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=Release +``` \ No newline at end of file