sdl2: fix version recipe
This commit is contained in:
parent
0ae40e8ff7
commit
b8145e0207
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import shutil
|
|||
|
||||
class LibSDL2Recipe(Recipe):
|
||||
version = "2.0.3"
|
||||
url = "https://www.libsdl.org/release/SDL2-2.0.3.tar.gz"
|
||||
url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
|
||||
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
|
||||
|
||||
def build_arch(self, arch):
|
||||
|
|
Loading…
Add table
Reference in a new issue