aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/BUILD')
-rw-r--r--src/main/cpp/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/cpp/BUILD b/src/main/cpp/BUILD
index 4604d1d683..963866f722 100644
--- a/src/main/cpp/BUILD
+++ b/src/main/cpp/BUILD
@@ -35,8 +35,10 @@ cc_library(
],
linkopts = select({
"//src:darwin": [
+ "-framework CoreFoundation",
],
"//src:darwin_x86_64": [
+ "-framework CoreFoundation",
],
"//src:freebsd": [
],