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
2 changed files with 3 additions and 3 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue