From 5f0da4894135c0c948634d18e3cb3d55c5c45e80 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 31 Jul 2023 15:00:01 +1100 Subject: [PATCH] add test for windows --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d7ccf65..4373d28 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -51,7 +51,8 @@ outputs: test: commands: - echo {{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} - - test -f $PREFIX/lib/clang/{{ prod_ver }}/lib/darwin/libclang_rt.osx.a # [osx] + - test -f $PREFIX/lib/clang/{{ prod_ver }}/lib/darwin/libclang_rt.osx.a # [osx] + - if not exist %LIBRARY_LIB%\clang\{{ prod_ver }}/lib/windows/clang_rt.builtins-x86_64.lib # [win] - name: compiler-rt requirements: