mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
build: vendor systemd to support cross-compilation
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
4ebe8b597a
commit
cd737b895e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ clap = { version = "4.4", features = ["derive"] }
|
|||
log = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
systemd = { version = "0.10", features = ["journal"] }
|
||||
systemd = { version = "0.10", features = ["journal", "vendored"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue