From c721795c82b43e31dd02fd0571c792c799eea879 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Tue, 5 Jun 2018 11:55:59 +1000 Subject: wasm: remove emscripten condition for zlib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I67653ce15819e756bb3253da24c4761b3dd3c5bf Reviewed-by: Morten Johan Sørvig --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 50ac5986ab..dac131d478 100644 --- a/configure.json +++ b/configure.json @@ -1060,7 +1060,7 @@ }, "system-zlib": { "label": "Using system zlib", - "condition": "libs.zlib && config.emscripten", + "condition": "libs.zlib", "output": [ "privateFeature" ] }, "future": { -- cgit v1.2.3