rename files
This commit is contained in:
16
zig-toolchains/BUILD
Normal file
16
zig-toolchains/BUILD
Normal 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",
|
||||
#)
|
||||
Reference in New Issue
Block a user