Commit e4e6ab1a authored by zhenren's avatar zhenren

fix

parent 0d0ab63c
...@@ -33,14 +33,15 @@ COPTS = [ ...@@ -33,14 +33,15 @@ COPTS = [
LINKOPTS = [ LINKOPTS = [
"-lpthread", "-lpthread",
"-lssl",
"-lcrypto",
"-ldl", "-ldl",
"-lz", "-lz",
] + select({ ] + select({
":darwin": [], ":darwin": [],
"//conditions:default": [ "//conditions:default": [
"-lrt", "-lrt",
"-lssl",
"-lcrypto",
], ],
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment