From 4938b57c7a19630eff96377ba92143f8222be01d Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Thu, 29 Aug 2024 10:02:23 -0700 Subject: [PATCH] Apply fixes only for linux --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2041631..605bd70 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,7 +17,7 @@ build: run_exports: - {{ pin_subpackage('dispenso', max_pin='x.x') }} ignore_run_exports: - - libstdcxx-ng + - libstdcxx-ng # [linux] requirements: build: @@ -27,11 +27,11 @@ requirements: - cmake - ninja # [not win] host: - - libstdcxx-ng - - libgcc-ng + - libstdcxx-ng # [linux] + - libgcc-ng # [linux] run: - - libstdcxx-ng - - libgcc-ng + - libstdcxx-ng # [linux] + - libgcc-ng # [linux] test: commands: