Grammar tweaks

This commit is contained in:
Zen-CODE 2016-07-11 21:43:44 +02:00
parent 320c0808c0
commit 3e4eb4bfed

View file

@ -75,8 +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
# Compiling sometimes looks for Python-ast.py in the 'Python' i.s.o.
# the 'hostpython' folder. Create a symlink to fix. See issue #201
shprint(sh.ln, "-s",
join(build_dir, "hostpython"),
join(build_dir, "Python"))