mirror of
https://github.com/gflags/gflags.git
synced 2025-04-07 06:25:01 +00:00
Bazel genrules require a msys shell to execute shell commands. Replace the genrules with a simple C++ regex replacement binary. Fixes #303.
5 lines
120 B
Text
5 lines
120 B
Text
cc_binary(
|
|
name = "expand_template",
|
|
srcs = ["expand_template.cc"],
|
|
visibility = ["//visibility:public"],
|
|
)
|