From 8c88d6c6d87682fcab72f69d6c2ddb89c8a1adaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 25 Mar 2011 21:16:55 +0100 Subject: [PATCH] winemaker: Fix library argument. --- tools/winemaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winemaker b/tools/winemaker index f49c81fb431..33fb3d2e6c8 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") {