summaryrefslogtreecommitdiff
path: root/absl/time/internal/cctz/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/time/internal/cctz/BUILD.bazel')
-rw-r--r--absl/time/internal/cctz/BUILD.bazel6
1 files changed, 4 insertions, 2 deletions
diff --git a/absl/time/internal/cctz/BUILD.bazel b/absl/time/internal/cctz/BUILD.bazel
index b05c2347..c7cb6b9d 100644
--- a/absl/time/internal/cctz/BUILD.bazel
+++ b/absl/time/internal/cctz/BUILD.bazel
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
+
package(features = ["-parse_headers"])
licenses(["notice"]) # Apache License
@@ -77,10 +79,10 @@ cc_library(
"include/cctz/zone_info_source.h",
],
linkopts = select({
- ":osx": [
+ ":ios": [
"-framework Foundation",
],
- ":ios": [
+ ":osx": [
"-framework Foundation",
],
"//conditions:default": [],