fwd/vendor/cxx/tools/buck/prelude/cpu/constraints/TARGETS.v2
John Doty 9c435dc440 Vendor dependencies
Let's see how I like this workflow.
2022-12-19 08:38:22 -08:00

19 lines
385 B
Text

# Used by open source projects to support `prelude//`
constraint_setting(
name = "cpu",
visibility = ["PUBLIC"],
)
constraint_value(
name = "x86_64",
constraint_setting = ":cpu",
visibility = ["PUBLIC"],
)
# Represents various flavors of ARM64, e.g., arm64_32
constraint_value(
name = "arm64",
constraint_setting = ":cpu",
visibility = ["PUBLIC"],
)