We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3115ca3 commit 91bdfa1Copy full SHA for 91bdfa1
2 files changed
cc/BUILD
@@ -95,6 +95,12 @@ bzl_library(
95
visibility = ["//visibility:public"],
96
)
97
98
+bzl_library(
99
+ name = "cc_postmark_bzl",
100
+ srcs = ["cc_postmark.bzl"],
101
+ visibility = ["//visibility:public"],
102
+)
103
+
104
bzl_library(
105
name = "cc_toolchain_config_lib_bzl",
106
srcs = ["cc_toolchain_config_lib.bzl"],
cc/toolchains/BUILD
@@ -20,6 +20,7 @@ bzl_library(
20
21
deps = [
22
"//cc:action_names_bzl",
23
+ "//cc:cc_postmark_bzl",
24
"//cc:cc_toolchain_config_lib_bzl",
25
"//cc:find_cc_toolchain_bzl",
26
"//cc/private:paths_bzl",
0 commit comments