Skip to content

Commit

Permalink
Add libcurl to required packages (partially fixes issue conda-forge#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 12, 2024
1 parent 53f85a7 commit 975ba08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:


build:
number: 0
number: 1
skip: true # [win and vc<14]
run_exports:
- {{ pin_subpackage(name, max_pin='x.x.x') }}
Expand All @@ -35,6 +35,7 @@ requirements:
host:
- giflib # [not win]
- libarchive
- libcurl
- libjpeg-turbo
- leptonica
- libpng
Expand Down

0 comments on commit 975ba08

Please sign in to comment.