blob: 8679c1a32f9bb4d9bc4cb995d64c798fcd543678 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
filegroup(
name = "launcher",
srcs = select({
"//src:host_windows": ["launcher.exe"],
"//src:host_windows_msvc": ["launcher.exe"],
"//src:host_windows_msys": ["launcher.exe"],
"//conditions:default": [
"//src/tools/launcher:launcher",
],
}),
)