Merge pull request #134 from Frimkron/install-python-package-fix

fixed incorrect variable reference in toolchain.py
This commit is contained in:
Akshay Arora 2015-05-06 09:53:37 +05:30
commit a1770b4b04

View file

@ -817,7 +817,7 @@ class PythonRecipe(Recipe):
"--prefix", iosbuild,
_env=env)
dest_dir = join(self.ctx.site_packages_dir, name)
self.remove_junk(ios_build)
self.remove_junk(iosbuild)
if is_dir:
if exists(dest_dir):
shutil.rmtree(dest_dir)