From 1f0d3068d80f6ab1e0a4d48612dbe646f997a68f Mon Sep 17 00:00:00 2001 From: Yevhenii Havrylko Date: Tue, 11 Jun 2024 12:05:17 -0400 Subject: [PATCH] Ignore library run_export for windows --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 902f6d5..f1b3f67 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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]