Skip to content

Commit

Permalink
add zlib host dep on win
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 29, 2022
1 parent ad55623 commit fb1465a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ requirements:
host:
- libcxx {{ cxx_compiler_version }} # [osx]
- llvmdev =={{ version }}
- zlib # [linux]
- zlib # [linux or win]

test:
requires:
Expand Down Expand Up @@ -98,7 +98,7 @@ outputs:
- {{ pin_subpackage("libclang-cpp", exact=True) }}
- libcxx {{ cxx_compiler_version }} # [osx]
- llvmdev =={{ version }}
- zlib # [linux]
- zlib # [linux or win]
run:
- {{ pin_subpackage("clang", exact=True) }}
- {{ pin_subpackage("clangxx", exact=True) }}
Expand Down

0 comments on commit fb1465a

Please sign in to comment.