aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-07-05 19:10:29 +0200
committerRobin Krahl <me@robin-krahl.de>2018-07-05 19:13:10 +0200
commit4cf21377525af162b3117523673dafab12bc388e (patch)
treeb36df1ee4c99003536bfd224096c059bb33c61e6 /build.rs
parent70a6207992deb2614ebcc2569df838af4563ba49 (diff)
downloadnitrokey-sys-rs-4cf21377525af162b3117523673dafab12bc388e.tar.gz
nitrokey-sys-rs-4cf21377525af162b3117523673dafab12bc388e.tar.bz2
Use Git tag in libnitrokey directory name
To make automated construction of the library path easier, this patch changes the name of the libnitrokey source directory to match the Git version tag (-v3.3 instead of -3.3).
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index d31d9aa..47d2e19 100644
--- a/build.rs
+++ b/build.rs
@@ -12,7 +12,7 @@ fn main() {
"log.cc",
"misc.cc",
];
- let library_dir = Path::new("libnitrokey-3.3");
+ let library_dir = Path::new("libnitrokey-v3.3");
cc::Build::new()
.cpp(true)