fixed incorrect variable reference in toolchain.py
This commit is contained in:
parent
a9b85cfe78
commit
160a9bf109
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue