mirror of https://github.com/bazelbuild/platforms
parent
19d828cf8d
commit
f55a7d3532
6
os/BUILD
6
os/BUILD
|
@ -48,6 +48,12 @@ constraint_value(
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# For the VXworks OS, usefull for embedded systems
|
||||||
|
constraint_value(
|
||||||
|
name = "vxworks",
|
||||||
|
constraint_setting = ":os",
|
||||||
|
)
|
||||||
|
|
||||||
# For platforms with no OS, like microcontrollers.
|
# For platforms with no OS, like microcontrollers.
|
||||||
constraint_value(
|
constraint_value(
|
||||||
name = "none",
|
name = "none",
|
||||||
|
|
Loading…
Reference in New Issue