From 287a2975fd602c7ab9a2d73a88f0162d2fc7ca72 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Fri, 27 Nov 2020 10:26:22 -0800 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index ac1ec82..7375d8c 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -29,7 +29,7 @@ git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu cd ~/dolphin-emu ``` -If you're using MacOS Sierra 10.12 or later you'll need to comment out this line in Externals/liblzma/config.h: +If you're using macOS Sierra 10.12 or later you'll need to comment out this line in Externals/liblzma/config.h: `#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1`. Note that defining it to 0 won't work. To build with CMake (optionally verbose): Download and install [CMake](https://cmake.org/download/) if you don't have it.