toolchain: clean few recipes

This commit is contained in:
Mathieu Virbel 2015-02-20 16:12:04 +01:00
parent 72b95e092c
commit 8f1ede0449
2 changed files with 0 additions and 3 deletions

View file

@ -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):

View file

@ -1,7 +1,5 @@
from toolchain import Recipe, shprint
from os.path import join, exists
import sh
import shutil
class LibffiRecipe(Recipe):