view config/BUILD @ 35:33b1caf051cd

Updated ignored file to ignore playground.
author MrJuneJune <me@mrjunejune.com>
date Thu, 30 Oct 2025 09:53:22 -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"],
)