mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
osx clang, silence flac unknown attribute error (nw)
This commit is contained in:
parent
726d141193
commit
1ddc780160
@ -280,6 +280,11 @@ end
|
||||
buildoptions {
|
||||
"-Wno-enum-conversion",
|
||||
}
|
||||
if _OPTIONS["targetos"]=="macosx" then
|
||||
buildoptions_c {
|
||||
"-Wno-unknown-attributes",
|
||||
}
|
||||
end
|
||||
end
|
||||
configuration { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user