From 1d8f7766fb62444aafb154d5f51bb2f1a7924e49 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 1 Aug 2023 08:18:24 -0700 Subject: [PATCH] Set the branch for the SDL dependency This fixes download.sh --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index f81acab2..1703282f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "external/SDL"] path = external/SDL url = https://github.com/libsdl-org/SDL.git + branch = main [submodule "external/freetype"] path = external/freetype url = https://github.com/libsdl-org/freetype.git