Fix SDL2 build

Wrong repo path got specified in the SDL2 recipe when moving the project into
the redox-os namespace.
This commit is contained in:
Nagy Tibor 2022-10-04 20:51:15 +02:00
parent 1d46afdf63
commit 9c5886f0d8

View File

@ -1,6 +1,6 @@
#TODO: TEST
[source]
git = "https://gitlab.redox-os.org/redox-os/sdl2-src.git"
git = "https://gitlab.redox-os.org/redox-os/sdl2.git"
[build]
template = "custom"