From 28800622f00b07724b3395eacc49f1ee87b42d08 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 25 Sep 2014 20:50:14 -0700 Subject: Minor changes to Windows build and packaging With these changes we link statically against libusb and libdivecomputer but don't add the .a files to our installers. Signed-off-by: Dirk Hohndel --- scripts/win-ldd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/win-ldd.pl b/scripts/win-ldd.pl index 9a303d325..7870a13e3 100644 --- a/scripts/win-ldd.pl +++ b/scripts/win-ldd.pl @@ -51,7 +51,7 @@ for (@ARGV) { next if /^-/; if (-d $_) { push @searchdirs, $_; - } elsif (-f $_) { + } elsif (-f $_ && ! /\.a$/) { # Add $_'s path to the search list too my $dirname = $_; $dirname =~ s,/[^/]+$,,; -- cgit v1.2.3-70-g09d2