fix missing pbx framework for latest sdl2

This commit is contained in:
Mathieu Virbel 2018-10-30 14:56:56 +01:00
parent 5311f0c098
commit 9bd149335c

View file

@ -10,7 +10,7 @@ class LibSDL2Recipe(Recipe):
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
include_dir = "include"
pbx_frameworks = ["OpenGLES", "AudioToolbox", "QuartzCore", "CoreGraphics",
"CoreMotion"]
"CoreMotion", "GameController", "AVFoundation", "Metal"]
def prebuild_arch(self, arch):
if self.has_marker("patched"):