Added -lz to recordio, to fix all the zlib linking problems.

This commit is contained in:
Ondrej Sykora
2017-09-05 16:29:10 +02:00
parent 26eacb75c9
commit 36eda6c5f9

View File

@@ -121,6 +121,7 @@ cc_library(
hdrs = [
"recordio.h",
],
linkopts = ["-lz"],
deps = [
":base",
":file",