Skip to content

Commit 6e93d0b

Browse files
authored
Update knowledge_base.rst
1 parent b43e58b commit 6e93d0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,9 @@ If you need conditional dependencies on all three operating systems, this is how
11251125
build:
11261126
number: 0
11271127
# You NEED to include the platform in the build string to avoid hash collisions
1128-
string: "{{ SUBDIR.split('-')[0] }}_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}"
1128+
string: "linux_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [linux]
1129+
string: "osx_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [osx]
1130+
string: "win_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [win]
11291131
noarch: python
11301132
requirements:
11311133
# ...

0 commit comments

Comments
 (0)