Skip to content
Snippets Groups Projects

Fix SDL2 build

Merged Nagy Tibor requested to merge xTibor/cookbook:fix-sdl2-build into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 9c5886f0
    Fix SDL2 build · 9c5886f0
    Nagy Tibor authored
    Wrong repo path got specified in the SDL2 recipe when moving the project into
    the redox-os namespace.
+ 1
1
#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