[bazel] Fix //libc:errno deps after d9f033146b47ceef94c1f041afcd339ef007279e.
authorJorge Gorbe Moya <jgorbe@google.com>
Tue, 25 Apr 2023 23:13:54 +0000 (16:13 -0700)
committerJorge Gorbe Moya <jgorbe@google.com>
Tue, 25 Apr 2023 23:14:41 +0000 (16:14 -0700)
utils/bazel/llvm-project-overlay/libc/BUILD.bazel

index 4fc5202..e156614 100644 (file)
@@ -709,6 +709,7 @@ libc_function(
     hdrs = ["src/errno/libc_errno.h"],
     deps = [
         ":__support_common",
+        ":__support_macros_properties_architectures",
     ],
 )