sdl2: uses a contributed version of SDL2 as the stable version has issue when setting the resolution. Need to test back the stable one.
This commit is contained in:
parent
f637641917
commit
721e8fe43a
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@ import sh
|
|||
|
||||
|
||||
class LibSDL2Recipe(Recipe):
|
||||
version = "2.0.3"
|
||||
url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
|
||||
#version = "2.0.3"
|
||||
#url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
|
||||
version = "iOS-improvements"
|
||||
url = "https://bitbucket.org/slime73/sdl-experiments/get/{version}.tar.gz"
|
||||
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
|
||||
include_dir = "include"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue