Skip to content

Commit

Permalink
Ignore library run_export for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Jun 11, 2024
1 parent eb69290 commit a9fbe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ outputs:
script: install.bat # [win]
build:
run_exports:
- {{ pin_subpackage("libllvmspirv" ~ major) }}
- {{ pin_subpackage("libllvmspirv" ~ major) }} #[not win]
ignore_run_exports_from:
- zlib
- spirv-tools # [not win]
Expand Down

0 comments on commit a9fbe6f

Please sign in to comment.