mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
genie: mingw sdl build fails with end-group auto added by that LinkSupportCircularDependencies flag option (nw)
This commit is contained in:
parent
9fb2ec21aa
commit
34a3ae1343
@ -1269,15 +1269,18 @@ configuration { "osx* or xcode4" }
|
||||
}
|
||||
|
||||
configuration { "mingw*" }
|
||||
if _OPTIONS["osd"]~="sdl"
|
||||
then
|
||||
if _OPTIONS["osd"]=="sdl" then
|
||||
linkoptions {
|
||||
"-Wl,--start-group",
|
||||
}
|
||||
else
|
||||
linkoptions {
|
||||
"-static",
|
||||
}
|
||||
flags {
|
||||
"LinkSupportCircularDependencies",
|
||||
}
|
||||
end
|
||||
flags {
|
||||
"LinkSupportCircularDependencies",
|
||||
}
|
||||
links {
|
||||
"user32",
|
||||
"winmm",
|
||||
|
Loading…
Reference in New Issue
Block a user