Added explanatory note

This commit is contained in:
Richard Larkin 2016-07-11 15:10:46 +02:00
parent 24b3ded916
commit 320c0808c0

View file

@ -75,6 +75,8 @@ class HostpythonRecipe(Recipe):
build_env = arch.get_env()
build_dir = self.get_build_dir(arch.arch)
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",
join(build_dir, "hostpython"),
join(build_dir, "Python"))