From 74bbd30ce2c97f43a5922371f4c39489a5588954 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 10 Aug 2024 21:56:13 +1100 Subject: [PATCH] escape the asterisk --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c5042c08..7d2388e9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -47,7 +47,7 @@ outputs: files: include: # everything not already in other outputs - - * + - "*" requirements: host: - {{ pin_subpackage("libllvm" + major_ver, exact=True) }}