toolchain: clean few recipes
This commit is contained in:
parent
72b95e092c
commit
8f1ede0449
2 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@ class KivyRecipe(Recipe):
|
|||
version = "ios-poly-arch"
|
||||
url = "https://github.com/kivy/kivy/archive/{version}.zip"
|
||||
library = "libkivy.a"
|
||||
#include_dir = "SDL_image.h"
|
||||
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]
|
||||
|
||||
def cythonize(self, filename):
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
from toolchain import Recipe, shprint
|
||||
from os.path import join, exists
|
||||
import sh
|
||||
import shutil
|
||||
|
||||
|
||||
class LibffiRecipe(Recipe):
|
||||
|
|
Loading…
Reference in a new issue