view config/BUILD @ 34:6c322f9c2cb9

[Birthday] I didn't have nay time to buy birhtday present so w/e/
author MrJuneJune <me@mrjunejune.com>
date Sat, 11 Oct 2025 15:07:07 -0700
parents f33d9ff8b6e8
children 9df5587cf23b
line wrap: on
line source

config_setting(
  name        = "macos",
  constraint_values = ["@platforms//os:osx"],
)

config_setting(
  name        = "linux",
  constraint_values = ["@platforms//os:linux"],
)