Skip to content

Commit

Permalink
Apply fixes only for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Aug 29, 2024
1 parent 5accdbc commit 4938b57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
run_exports:
- {{ pin_subpackage('dispenso', max_pin='x.x') }}
ignore_run_exports:
- libstdcxx-ng
- libstdcxx-ng # [linux]

requirements:
build:
Expand All @@ -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:
Expand Down

0 comments on commit 4938b57

Please sign in to comment.