Skip to content

Commit

Permalink
Fix include folder for sdl_image
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Dec 3, 2023
1 parent 7ff7689 commit 0d3a36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/sdl2_image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class LibSDL2ImageRecipe(Recipe):
version = "2.7.1"
url = "https://github.com/libsdl-org/SDL_image/releases/download/prerelease-{version}/SDL2_image-{version}.tar.gz"
library = "Xcode/build/Release-{plat.sdk}/libSDL2_image.a"
include_dir = "SDL_image.h"
include_dir = "include/SDL_image.h"
depends = ["sdl2"]
pbx_frameworks = ["CoreGraphics", "MobileCoreServices"]

Expand Down

0 comments on commit 0d3a36d

Please sign in to comment.