Added -lz to recordio, to fix all the zlib linking problems.
This commit is contained in:
@@ -121,6 +121,7 @@ cc_library(
|
||||
hdrs = [
|
||||
"recordio.h",
|
||||
],
|
||||
linkopts = ["-lz"],
|
||||
deps = [
|
||||
":base",
|
||||
":file",
|
||||
|
||||
Reference in New Issue
Block a user