1

rename files

This commit is contained in:
2021-06-07 22:22:18 +03:00
committed by Motiejus Jakštys
parent e590d4f567
commit c96a2f4260
4 changed files with 0 additions and 0 deletions

16
zig-toolchains/BUILD Normal file
View File

@@ -0,0 +1,16 @@
constraint_setting(name = "libc")
constraint_value(
name = "glibc_2_28",
constraint_setting = ":libc",
)
constraint_value(
name = "musl",
constraint_setting = ":libc",
)
#constraint_value(
# name = "glibc_2_19",
# constraint_setting = ":libc",
#)