gflags/bazel/expanded_template/BUILD
Tom Lundell 1137acc9e0 Remove msys dependency for Windows.
Bazel genrules require a msys shell to execute
shell commands. Replace the genrules with a
simple C++ regex replacement binary.

Fixes #303.
2020-06-13 03:44:00 +01:00

5 lines
120 B
Text

cc_binary(
name = "expand_template",
srcs = ["expand_template.cc"],
visibility = ["//visibility:public"],
)