Module: wine Branch: master Commit: 8c88d6c6d87682fcab72f69d6c2ddb89c8a1adaf URL: http://source.winehq.org/git/wine.git/?a=commit;h=8c88d6c6d87682fcab72f69d6c...
Author: André Hentschel nerv@dawncrow.de Date: Fri Mar 25 21:16:55 2011 +0100
winemaker: Fix library argument.
---
tools/winemaker | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/winemaker b/tools/winemaker index f49c81f..33fb3d2 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -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") {