Skip to content

Commit 853254c

Browse files
committed
Fix broken link in host cython package.
1 parent f722f99 commit 853254c

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)