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

15 lines
287 B
Text

config_setting(
name = "x86_64",
constraint_values = [
"prelude//cpu/constraints:x86_64",
],
visibility = ["PUBLIC"],
)
config_setting(
name = "arm64",
constraint_values = [
"prelude//cpu/constraints:arm64",
],
visibility = ["PUBLIC"],
)