Grammar tweaks
This commit is contained in:
parent
320c0808c0
commit
3e4eb4bfed
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +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
|
# Compiling sometimes looks for Python-ast.py in the 'Python' i.s.o.
|
||||||
# the 'hospython' folder. Create a symlink to fix. See issue #201
|
# the 'hostpython' 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