1

remove deprecated settings

This commit is contained in:
2021-06-08 05:16:45 +03:00
committed by Motiejus Jakštys
parent 670276e5be
commit 8f381a44eb

View File

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