mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 07:00:06 +00:00
Remove curl references
parent
45c344af52
commit
967ce1957f
@ -29,7 +29,7 @@ Now you can generate makefiles for the build:
|
|||||||
export MACOSX_DEPLOYMENT_TARGET=10.12
|
export MACOSX_DEPLOYMENT_TARGET=10.12
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release
|
||||||
```
|
```
|
||||||
|
|
||||||
This builds a fat binary that has slices targeting early and late x64 machines.
|
This builds a fat binary that has slices targeting early and late x64 machines.
|
||||||
|
Loading…
Reference in New Issue
Block a user