update SDL submodule - PLEASE READ
you may have to update submodules and change submodule URL worst case. to do so, execute the following on your next git pull: ``` git submodule update --init extern/SDL ``` then check whether the remote URL is correct: ``` cd extern/SDL git remote get-url origin ``` if it is NOT https://github.com/tildearrow/SDL.git, go back to the parent directory, and change the submodule URL by executing: ``` git submodule set-url extern/SDL https://github.com/tildearrow/SDL.git ```
This commit is contained in:
parent
e2cdc44250
commit
9d1c10fcea
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,7 +1,7 @@
|
|||
[submodule "extern/SDL"]
|
||||
path = extern/SDL
|
||||
url = https://github.com/libsdl-org/SDL.git
|
||||
branch = release-2.28.x
|
||||
url = https://github.com/tildearrow/SDL.git
|
||||
branch = release-2.32.x
|
||||
[submodule "extern/fmt"]
|
||||
path = extern/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
|
|
|
|||
2
extern/SDL
vendored
2
extern/SDL
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 2359383fc187386204c3bb22de89655a494cd128
|
||||
Subproject commit d9a31df26d9bb91486db15c3732e8fa04c4449e2
|
||||
Loading…
Reference in a new issue