From f1b9cc221c18b9c1f043578a97d1bec7f6f9f294 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Wed, 9 Oct 2024 10:15:00 +0200 Subject: [PATCH] Fixed another typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b31d6f..7a2b221 100644 --- a/README.md +++ b/README.md @@ -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 /cloned/git\SDL/b70daef4eb57 +cd /cloned/git/SDL/b70daef4eb57 git apply ```