sdl2: fix missing pbx frameworks

This commit is contained in:
Mathieu Virbel 2018-11-01 20:39:28 +01:00
parent 22b942c787
commit 3c77617141

View file

@ -9,8 +9,10 @@ class LibSDL2Recipe(Recipe):
#url = "https://bitbucket.org/slime73/sdl-experiments/get/{version}.tar.gz"
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
include_dir = "include"
pbx_frameworks = ["OpenGLES", "AudioToolbox", "QuartzCore", "CoreGraphics",
"CoreMotion", "GameController", "AVFoundation", "Metal"]
pbx_frameworks = [
"OpenGLES", "AudioToolbox", "QuartzCore", "CoreGraphics",
"CoreMotion", "GameController", "AVFoundation", "Metal",
"UIKit"]
def prebuild_arch(self, arch):
if self.has_marker("patched"):