gate sd_notify to linux target_os only

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2025-01-10 10:25:07 -05:00
parent 66231676f1
commit 53d03bbb1f
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ tower.workspace = true
tower-http.workspace = true
tracing.workspace = true
[target.'cfg(unix)'.dependencies]
[target.'cfg(all(unix, target_os = "linux"))'.dependencies]
sd-notify.workspace = true
sd-notify.optional = true