winemaker: Fix library argument.

oldstable
André Hentschel 2011-03-25 21:16:55 +01:00 committed by Alexandre Julliard
parent 337e71d4f3
commit 8c88d6c6d8
1 changed files with 1 additions and 1 deletions

View File

@ -2639,7 +2639,7 @@ while (@ARGV>0) {
} elsif ($arg =~ /^-L/) {
push @{$global_settings[$T_LIBRARY_PATH]},$arg;
} elsif ($arg =~ /^-l/) {
push @{$global_settings[$T_LIBRARIES]},$';
push @{$global_settings[$T_LIBRARIES]},$arg;
# 'Source'-based method options
} elsif ($arg eq "--dll") {