Commit b15afda4 authored by zhenren's avatar zhenren

fix

parent 4e8ff1e5
...@@ -46,12 +46,23 @@ LINKOPTS = [ ...@@ -46,12 +46,23 @@ LINKOPTS = [
"-lpthread", "-lpthread",
"-ldl", "-ldl",
"-lz", "-lz",
"-lssl",
"-lcrypto",
] + select({ ] + select({
":darwin": [], ":darwin": [
"-framework CoreFoundation",
"-framework CoreGraphics",
"-framework CoreData",
"-framework CoreText",
"-framework Security",
"-framework Foundation",
"-Wl,-U,_MallocExtension_ReleaseFreeMemory",
"-Wl,-U,_ProfilerStart",
"-Wl,-U,_ProfilerStop",
"-Wl,-U,_RegisterThriftProtocol",
],
"//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