mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
fix gcc version to use
This commit is contained in:
parent
edab1abaaf
commit
6f7ac1a200
@ -407,9 +407,11 @@ configuration { }
|
||||
}
|
||||
end
|
||||
else
|
||||
buildoptions {
|
||||
"-Wno-unused-result",
|
||||
}
|
||||
if (version >= 40400) then
|
||||
buildoptions {
|
||||
"-Wno-unused-result",
|
||||
}
|
||||
end
|
||||
|
||||
if (version >= 40700) then
|
||||
buildoptions {
|
||||
|
Loading…
Reference in New Issue
Block a user