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:
parent
0f5eac4cd5
commit
e8e5627993
@ -1884,7 +1884,6 @@ cc_library(
|
|||||||
srcs = if_emscripten([":mobile_srcs_no_runtime"]),
|
srcs = if_emscripten([":mobile_srcs_no_runtime"]),
|
||||||
copts = ["-DSUPPORT_SELECTIVE_REGISTRATION"] + tf_opts_nortti_if_emscripten(),
|
copts = ["-DSUPPORT_SELECTIVE_REGISTRATION"] + tf_opts_nortti_if_emscripten(),
|
||||||
defines = ["TENSORFLOW_LITE_PROTOS"],
|
defines = ["TENSORFLOW_LITE_PROTOS"],
|
||||||
linkopts = ["-lz"],
|
|
||||||
tags = [
|
tags = [
|
||||||
"manual",
|
"manual",
|
||||||
"notap",
|
"notap",
|
||||||
|
Loading…
Reference in New Issue
Block a user