Skip to content
Snippets Groups Projects
Commit 9437cf88 authored by ajw1980's avatar ajw1980 Committed by Peter Scheibel
Browse files

node-js package: Depend on zlib when +zlib (#10965)

parent 994b8afe
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ class NodeJs(Package): ...@@ -36,6 +36,7 @@ class NodeJs(Package):
depends_on('icu4c', when='+icu4c') depends_on('icu4c', when='+icu4c')
depends_on('openssl@1.0.2d:1.0.99', when='@:9+openssl') depends_on('openssl@1.0.2d:1.0.99', when='@:9+openssl')
depends_on('openssl@1.1:', when='@10:+openssl') depends_on('openssl@1.1:', when='@10:+openssl')
depends_on('zlib', when='+zlib')
def install(self, spec, prefix): def install(self, spec, prefix):
options = [] options = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment