Updated Building for macOS (markdown)

Merry 2018-01-21 13:22:58 +00:00
parent a21c0606fc
commit fb5c6cf43f
1 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@ Now you can generate makefiles for the build:
export MACOSX_DEPLOYMENT_TARGET=10.9 export MACOSX_DEPLOYMENT_TARGET=10.9
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_BUILD_TYPE=Release cmake .. -DCMAKE_BUILD_TYPE=Release -DYUZU_BUILD_UNICORN=ON
``` ```
### Building yuzu ### Building yuzu