view config/BUILD @ 48:46daba6e3cf4

Few python scrtips to show how to use asychio.
author MrJuneJune <me@mrjunejune.com>
date Sat, 13 Dec 2025 14:23:02 -0800
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"],
)