fix missing pbx framework for latest sdl2
This commit is contained in:
parent
5311f0c098
commit
9bd149335c
1 changed files with 1 additions and 1 deletions
|
@ -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"):
|
||||
|
|
Loading…
Reference in a new issue