blob: 2f067e135bd33c7281a076c6206f7ae515029f68 [file] [log] [blame]
BASE_DIR = "rust-1.1.0-x86_64-apple-darwin/"
filegroup(
name = "rustc",
srcs = [BASE_DIR + "rustc/bin/rustc"],
visibility = ["//visibility:public"],
)
filegroup(
name = "rustdoc",
srcs = [BASE_DIR + "rustc/bin/rustdoc"],
visibility = ["//visibility:public"],
)
filegroup(
name = "rustlib",
srcs = glob([
BASE_DIR + "rustc/lib/rustlib/x86_64-apple-darwin/lib/*.rlib",
BASE_DIR + "rustc/lib/rustlib/x86_64-apple-darwin/lib/*.dylib",
BASE_DIR + "rustc/lib/rustlib/x86_64-apple-darwin/lib/*.a",
]),
visibility = ["//visibility:public"],
)