From 0699ec691c3ac14fed1d17686418e419511464cc Mon Sep 17 00:00:00 2001 From: Ivan Petukhov Date: Mon, 1 Jun 2015 22:09:13 +0300 Subject: [PATCH] Fix "SDL.h" dnot found --- recipes/sdl2_image/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sdl2_image/__init__.py b/recipes/sdl2_image/__init__.py index 4999be4..6476551 100644 --- a/recipes/sdl2_image/__init__.py +++ b/recipes/sdl2_image/__init__.py @@ -16,7 +16,7 @@ class LibSDL2ImageRecipe(Recipe): "ONLY_ACTIVE_ARCH=NO", "ARCHS={}".format(arch.arch), "HEADER_SEARCH_PATHS={}".format( - join(self.ctx.include_dir, "common", "SDL2")), + join(self.ctx.include_dir, "common", "sdl2")), "-sdk", arch.sdk, "-project", "Xcode-iOS/SDL_image.xcodeproj", "-target", "libSDL_image",