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"
|
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
|
||||||
include_dir = "include"
|
include_dir = "include"
|
||||||
pbx_frameworks = ["OpenGLES", "AudioToolbox", "QuartzCore", "CoreGraphics",
|
pbx_frameworks = ["OpenGLES", "AudioToolbox", "QuartzCore", "CoreGraphics",
|
||||||
"CoreMotion"]
|
"CoreMotion", "GameController", "AVFoundation", "Metal"]
|
||||||
|
|
||||||
def prebuild_arch(self, arch):
|
def prebuild_arch(self, arch):
|
||||||
if self.has_marker("patched"):
|
if self.has_marker("patched"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue