Merge pull request #141 from satels/patch-1

Fix "SDL.h" dnot found
This commit is contained in:
Mathieu Virbel 2015-06-01 23:07:53 +02:00
commit 88a8529961

View file

@ -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",