kivy-ios/recipes/pyobjus/__init__.py

13 lines
267 B
Python
Raw Normal View History

from toolchain import CythonRecipe
class PyobjusRecipe(CythonRecipe):
version = "master"
url = "https://github.com/kivy/pyobjus/archive/{version}.zip"
library = "libpyobjus.a"
depends = ["python"]
pre_build_ext = True
recipe = PyobjusRecipe()