Commit 8c88d6c6 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Fix library argument.

parent 337e71d4
......@@ -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") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment