From 9bd149335cc7c852de16ea8fe12e404e68e47d77 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 30 Oct 2018 14:56:56 +0100 Subject: [PATCH] fix missing pbx framework for latest sdl2 --- recipes/sdl2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sdl2/__init__.py b/recipes/sdl2/__init__.py index 6fe77cf..a13b41c 100644 --- a/recipes/sdl2/__init__.py +++ b/recipes/sdl2/__init__.py @@ -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"):