Skip to content

Commit 7d421b1

Browse files
committed
Merge pull request #664 from hashdist/johannr/host-cython
Fix broken link in host cython package
2 parents f722f99 + 853254c commit 7d421b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/host-cython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build_stages:
22
- handler: bash
33
bash: |
44
mkdir -p ${ARTIFACT}/{{python_site_packages_rel}}
5-
ln -s {{python_host_packages}}/cython ${ARTIFACT}/{{python_site_packages_rel}}
5+
ln -s {{python_host_packages}}/cython.py ${ARTIFACT}/{{python_site_packages_rel}}
66
77
profile_links:
88

0 commit comments

Comments
 (0)