Skip to content

Commit ff18b06

Browse files
authored
Fix empty build env warning in native builds
1 parent 54e7c85 commit ff18b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ outputs:
108108
- PIP_CACHE_DIR=pip_cache
109109
- PIP_NO_INDEX=True
110110
requirements:
111-
build:
111+
build: # [build_platform != target_platform]
112112
- python # [build_platform != target_platform]
113113
- cross-python_{{ target_platform }} # [build_platform != target_platform]
114114
host:

0 commit comments

Comments
 (0)