diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-06 12:22:28 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:09 +0100 |
commit | 1673dfd5651d6db2af958ce14bf4ad2edf740cec (patch) | |
tree | f45f5dd1061d7a92df74e3e4773b518d13c1b1db /recipes/zlib.recipe | |
parent | dea8cf2fdf6f2f600f09e56ebfb74020bc8781b2 (diff) |
Remove imports from the recipes
Diffstat (limited to 'recipes/zlib.recipe')
-rw-r--r-- | recipes/zlib.recipe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/zlib.recipe b/recipes/zlib.recipe index 9aa958da..17c1820b 100644 --- a/recipes/zlib.recipe +++ b/recipes/zlib.recipe @@ -7,7 +7,6 @@ class Recipe(recipe.Recipe): force_configure = True def prepare(self): - from cerbero.config import Platform if self.config.target_platform == Platform.WINDOWS: self.make = 'PREFIX=%s- make -f win32/Makefile.gcc' % self.config.host self.make_install = 'make install -f win32/Makefile.gcc '\ |