Commit 9312ff52 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent 781b0873
......@@ -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;
......
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