Commit e4e6ab1a authored by zhenren's avatar zhenren

fix

parent 0d0ab63c
......@@ -33,14 +33,15 @@ COPTS = [
LINKOPTS = [
"-lpthread",
"-lssl",
"-lcrypto",
"-ldl",
"-lz",
] + select({
":darwin": [],
"//conditions:default": [
"-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