mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:20:07 +00:00
Updated Building for macOS (markdown)
parent
0b104212b8
commit
01882059dc
@ -26,7 +26,6 @@ export Qt5_DIR=$(brew --prefix)/opt/qt5
|
|||||||
|
|
||||||
Now you can generate makefiles for the build:
|
Now you can generate makefiles for the build:
|
||||||
```
|
```
|
||||||
export MACOSX_DEPLOYMENT_TARGET=10.12
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release
|
||||||
|
Loading…
Reference in New Issue
Block a user