From be39190904285090aff5c27081752e9159471ff7 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 3 Jul 2023 21:32:44 -0700 Subject: [PATCH] glfw: fix upstream submodule URL Signed-off-by: Stephen Gutekanst --- libs/glfw/.gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/glfw/.gitmodules b/libs/glfw/.gitmodules index 47084e86..effc39bd 100644 --- a/libs/glfw/.gitmodules +++ b/libs/glfw/.gitmodules @@ -1,3 +1,6 @@ [submodule "libs/xcode-frameworks"] path = libs/xcode-frameworks url = https://github.com/hexops/xcode-frameworks +[submodule "upstream"] + path = upstream + url = https://github.com/hexops-graveyard/glfw