There was an error while loading. Please reload this page.
2 parents 7b2695b + e8c6faf commit 6b3497bCopy full SHA for 6b3497b
1 file changed
unified/BUILD.bazel
@@ -42,9 +42,7 @@ codeql_pkg_files(
42
codeql_pkg_files(
43
name = "extractor-arch",
44
exes = codeql_platform_select(
45
- linux64 = ["//unified/extractor"],
46
- linux_arm64 = ["//unified/extractor"],
47
- osx64 = ["//unified/extractor"],
+ otherwise = ["//unified/extractor"],
48
win64 = ["//unified/extractor-unsupported-os:extractor"],
49
),
50
prefix = "tools/{CODEQL_PLATFORM}",
0 commit comments