Added explanatory note
This commit is contained in:
parent
24b3ded916
commit
320c0808c0
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ class HostpythonRecipe(Recipe):
|
||||||
build_env = arch.get_env()
|
build_env = arch.get_env()
|
||||||
build_dir = self.get_build_dir(arch.arch)
|
build_dir = self.get_build_dir(arch.arch)
|
||||||
build_env["PATH"] = os.environ["PATH"]
|
build_env["PATH"] = os.environ["PATH"]
|
||||||
|
# Compiling sometimes looks for Python-ast.py in the 'Python' i.s.o
|
||||||
|
# the 'hospython' folder. Create a symlink to fix. See issue #201
|
||||||
shprint(sh.ln, "-s",
|
shprint(sh.ln, "-s",
|
||||||
join(build_dir, "hostpython"),
|
join(build_dir, "hostpython"),
|
||||||
join(build_dir, "Python"))
|
join(build_dir, "Python"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue