Skip to content

Commit 2811a8d

Browse files
committed
add zlib as run-dep
1 parent 18360fe commit 2811a8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ outputs:
9999
run:
100100
- {{ pin_subpackage("libgoogle-cloud", exact=True) }}
101101
- nlohmann_json
102+
# cannot load package wihout zlib because it's specified
103+
# as required; if possible, this should be removed upstream
104+
- zlib
102105
test:
103106
commands:
104107
- ./run_test_google_cloud_cpp.sh # [not win]

0 commit comments

Comments
 (0)