aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e62ae81e..2744cfa8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -62,7 +62,9 @@ group("gn_all") {
"third_party/zlib",
]
} else {
- deps += [ "cast/cast_core/api" ]
+ if (!is_mac) {
+ deps += [ "cast/cast_core/api" ]
+ }
}
}