mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
13 lines
319 B
Python
13 lines
319 B
Python
load("//swift:rules.bzl", "swift_cc_binary")
|
|
|
|
swift_cc_binary(
|
|
name = "autobuilder-incompatible-os",
|
|
srcs = ["AutobuilderIncompatibleOs.cpp"],
|
|
# No restrictions (Windows allowed)
|
|
target_compatible_with = [],
|
|
visibility = ["//swift:__subpackages__"],
|
|
deps = [
|
|
"//swift/logging",
|
|
],
|
|
)
|