From fb5c6cf43f94c5bf02ab80789e1cccf1ba03ae11 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 21 Jan 2018 13:22:58 +0000 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 d7a3ecb..e2e203e 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -31,7 +31,7 @@ Now you can generate makefiles for the build: export MACOSX_DEPLOYMENT_TARGET=10.9 mkdir build cd build -cmake .. -DCMAKE_BUILD_TYPE=Release +cmake .. -DCMAKE_BUILD_TYPE=Release -DYUZU_BUILD_UNICORN=ON ``` ### Building yuzu