1

rename directory

This commit is contained in:
2021-06-08 05:06:58 +03:00
committed by Motiejus Jakštys
parent 610fe1c0cb
commit 670276e5be
4 changed files with 2 additions and 5 deletions

11
toolchain/BUILD Normal file
View File

@@ -0,0 +1,11 @@
constraint_setting(name = "libc")
constraint_value(
name = "musl",
constraint_setting = ":libc",
)
constraint_value(
name = "gnu_2_19",
constraint_setting = ":libc",
)