winemaker: Add -m32 flag to support winegcc-changes.

This commit is contained in:
André Hentschel 2009-04-16 22:41:09 +02:00 committed by Alexandre Julliard
parent 781b0873e6
commit 9312ff52e0

View File

@ -1479,6 +1479,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;