about summary refs log tree commit diff
path: root/build.rs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-02-14 11:57:45 +0000
committerAlyssa Ross <hi@alyssa.is>2021-02-17 15:16:29 +0000
commit6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4 (patch)
tree5955257a31295586dd2203137736693ae01068d9 /build.rs
downloadpr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.tar
pr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.tar.gz
pr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.tar.bz2
pr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.tar.lz
pr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.tar.xz
pr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.tar.zst
pr-tracker-6f9ccf054b8af59243e50b24d2c8b36e22ab3ac4.zip
Initial commit
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..aedc556
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: AGPL-3.0-or-later WITH GPL-3.0-linking-exception
+// SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
+
+fn main() {
+    println!("cargo:rustc-link-lib=systemd")
+}