Merge branch 'poly-arch' of ssh://github.com/kivy/kivy-ios into poly-arch

This commit is contained in:
Mathieu Virbel 2015-02-25 13:44:13 +01:00
commit 854ab2f8ca

View file

@ -113,8 +113,8 @@ class PythonRecipe(Recipe):
try:
print("Remove files unlikely to be used")
os.chdir(join(self.ctx.dist_dir, "root", "python"))
sh.rm("share")
sh.rm("bin")
sh.rm("-rf", "share")
sh.rm("-rf", "bin")
os.chdir(join(self.ctx.dist_dir, "root", "python", "lib"))
sh.rm("-rf", "pkgconfig")
sh.rm("libpython2.7.a")