Remove spurious -lz from emscripten builds. This wasn't previously working, and

with newer versions of emscripten this has been upgraded to an error.

PiperOrigin-RevId: 247072121
This commit is contained in:
A. Unique TensorFlower 2019-05-07 12:46:57 -07:00 committed by TensorFlower Gardener
parent 0f5eac4cd5
commit e8e5627993

View File

@ -1884,7 +1884,6 @@ cc_library(
srcs = if_emscripten([":mobile_srcs_no_runtime"]),
copts = ["-DSUPPORT_SELECTIVE_REGISTRATION"] + tf_opts_nortti_if_emscripten(),
defines = ["TENSORFLOW_LITE_PROTOS"],
linkopts = ["-lz"],
tags = [
"manual",
"notap",