From d7bdff2991cc3e97008a795f0026c9113763cf2e Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 25 Aug 2024 19:12:08 -0500 Subject: [PATCH] stdlib --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2bb960e..93aeb1a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,12 +23,14 @@ build: - zlib - {{ compiler('c') }} - {{ compiler('cxx') }} + - {{ stdlib('c') }} requirements: build: - cmake - {{ compiler('c') }} - {{ compiler('cxx') }} + - {{ stdlib('c') }} - make # [unix] - ninja # [win] - unzip # [unix]