1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-06-18 06:10:08 +00:00

Updated Building for macOS (markdown)

Merry 2019-11-13 09:26:14 +00:00
parent 9d15e01553
commit a017200ae5

@ -38,7 +38,7 @@ export Qt5_DIR=$(brew --prefix)/opt/qt5
Now you can generate makefiles for the build: Now you can generate makefiles for the build:
```bash ```bash
export MACOSX_DEPLOYMENT_TARGET=10.12 export MACOSX_DEPLOYMENT_TARGET=10.14
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_BUILD_TYPE=Release cmake .. -DCMAKE_BUILD_TYPE=Release