Skip to content

Commit 337e837

Browse files
committed
Add Python for cross-platform builds
Signed-off-by: Patrick Avery <[email protected]>
1 parent a05aa04 commit 337e837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda.recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build:
1111
- hexrdgui = hexrdgui.main:main
1212

1313
requirements:
14+
build:
15+
- python {{ python }} # [build_platform != target_platform]
16+
- cross-python_{{ target_platform }} # [build_platform != target_platform]
1417
host:
1518
- python {{ python }}
1619
- setuptools

0 commit comments

Comments
 (0)