mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
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:
parent
1d46afdf63
commit
9c5886f0d8
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user