mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
84fdbefb58
commit
28800622f0
2 changed files with 1 additions and 3 deletions
|
@ -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,/[^/]+$,,;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue