From 4cf21377525af162b3117523673dafab12bc388e Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 5 Jul 2018 19:10:29 +0200 Subject: 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). --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') 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) -- cgit v1.2.1