Commit c721795c authored by Lorn Potter's avatar Lorn Potter
Browse files

wasm: remove emscripten condition for zlib


Change-Id: I67653ce15819e756bb3253da24c4761b3dd3c5bf
Reviewed-by: default avatarMorten Johan Sørvig <morten.sorvig@qt.io>
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -1060,7 +1060,7 @@
},
"system-zlib": {
"label": "Using system zlib",
"condition": "libs.zlib && config.emscripten",
"condition": "libs.zlib",
"output": [ "privateFeature" ]
},
"future": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment