Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Nov 5, 2023
1 parent 990597c commit 309bc90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ outputs:
- name: libonnx
script: build_libonnx.sh # [unix]
script: bld_libonnx.bat # [win]
run_exports: {{ pin_subpackage('libonnx', max_pin='x.x') }}
build:
run_exports:
- {{ pin_subpackage('libonnx', max_pin='x.x') }}
requirements:
build:
- {{ compiler('c') }}
Expand Down

0 comments on commit 309bc90

Please sign in to comment.