Skip to content

Commit

Permalink
Merge pull request #143 from medvednikov/patch-1
Browse files Browse the repository at this point in the history
readme: use ninja on macos instead of xcode, for better logs and stability
  • Loading branch information
floooh authored Jun 8, 2024
2 parents 7b85538 + a9df901 commit 6237943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Create a scratch/workspace dir and clone the project:
Select a build config for your platform and 3D backend combination:
```sh
# macOS with Metal:
> ./fips set config sapp-metal-osx-xcode-debug
> ./fips set config sapp-metal-osx-ninja-debug
# macOS with OpenGL:
> ./fips set config sapp-osx-xcode-debug
> ./fips set config sapp-osx-ninja-debug
# Windows with D3D11:
> ./fips set config sapp-d3d11-win64-vstudio-debug
# Windows with OpenGL:
Expand Down

0 comments on commit 6237943

Please sign in to comment.