mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 17:53:25 +00:00
winemaker: Add -m32 flag to support winegcc-changes.
This commit is contained in:
parent
781b0873e6
commit
9312ff52e0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user