Commit b15afda4 authored by zhenren's avatar zhenren

fix

parent 4e8ff1e5
......@@ -46,12 +46,23 @@ LINKOPTS = [
"-lpthread",
"-ldl",
"-lz",
"-lssl",
"-lcrypto",
] + 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": [
"-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