blob: 9c5d9c11112d70d325a465604abac38708ed2ed9 [file] [log] [blame]
# The code here was picked up from the `rules_foreign_cc` openssl example
# https://github.com/bazelbuild/rules_foreign_cc/tree/0.5.1/examples/third_party/openssl
load("@bazel_skylib//rules:select_file.bzl", "select_file")
package(default_visibility = ["//visibility:public"])
filegroup(
name = "all_srcs",
srcs = glob(["**"]),
)
select_file(
name = "perl",
srcs = ":all_srcs",
subpath = "perl/bin/perl.exe",
)