Fixed another typo.

This commit is contained in:
Patrick 2024-10-09 10:15:00 +02:00
parent 57fa9e7f3f
commit f1b9cc221c

View File

@ -30,7 +30,7 @@ This will automatically fetch and build dependencies (stored in `~/.cache/spp_ca
Note that as of now the SDL repository needs to be patched in order for the build to work. You first have to run SCons once to update the repo and let the build fail, then apply the patch from `external/scons-plus-plus/recipes/SDL/fix_sdl3_from_worktree.patch`:
```shell
cd <spp_cache_dir>/cloned/git\SDL/b70daef4eb57
cd <spp_cache_dir>/cloned/git/SDL/b70daef4eb57
git apply <path to fix_sdl3_from_worktree.patch>
```