From e2ccc08d9368425f7e64158e051f4c0ba98d5884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Mon, 24 Jul 2023 12:36:42 +0100 Subject: [PATCH] chore: fixed docs --- frontends/sdl/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/sdl/README.md b/frontends/sdl/README.md index 4e213ce2..5c7235c2 100644 --- a/frontends/sdl/README.md +++ b/frontends/sdl/README.md @@ -58,6 +58,7 @@ To obtain more information about the issues. #### I'm facing issues with the vcpkg binaries If there're issues with the `cargo vcpkg build` build process you may need to remove the `~/.vcpkg-root` and re-run the process to re-build the whole set of packages. +It's also important to completely delete the `target` directory. ### I'm having difficulties building SDL for arm64 in Mac OS -- GitLab