Skip to content

Commit

Permalink
Merge pull request kivy#623 from autosportlabs/master
Browse files Browse the repository at this point in the history
add leading whitespace for include file
  • Loading branch information
AndreMiras authored Aug 7, 2021
2 parents 132eb27 + 22e7719 commit 2e2ee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/pillow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_recipe_env(self, arch):
env["LIBRARY_PATH"] = join(arch.sysroot, "usr", "lib")
env["CFLAGS"] += " ".join(
[
"-I{}".format(join(self.ctx.dist_dir, "include", arch.arch, "freetype"))
" -I{}".format(join(self.ctx.dist_dir, "include", arch.arch, "freetype"))
+ " -I{}".format(
join(self.ctx.dist_dir, "include", arch.arch, "libjpeg")
)
Expand Down

0 comments on commit 2e2ee00

Please sign in to comment.