winemaker: Fix to compile on 64-bit systems (credit to André Hentschel)

Andrew Talbot andrew.talbot at talbotville.com
Sat Mar 7 05:13:39 CST 2009


This fixes bug #17498.

-- Andy.
---
Changelog:
    winemaker: Fix to compile on 64-bit systems (credit to André Hentschel).

diff --git a/tools/winemaker b/tools/winemaker
index 56597c3..dc37479 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -831,6 +831,7 @@ sub source_scan_directory($$$$)
     }
     if ((@$target[$T_FLAGS] & $TF_NOMSVCRT) == 0) {
       push @{@$target[$T_LDFLAGS]},"-mno-cygwin";
+      push @{@$target[$T_LDFLAGS]},"-m32";
     }
     push @{@$project[$P_TARGETS]},$target;
 



More information about the wine-patches mailing list