mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fixed stray character (nw)
This commit is contained in:
parent
ad819a3243
commit
90cdeaad89
@ -1523,7 +1523,7 @@ project "portaudio"
|
||||
}
|
||||
end
|
||||
end
|
||||
if _string.find(_OPTIONS["gcc"], "clang") and version >= 100000 then
|
||||
if string.find(_OPTIONS["gcc"], "clang") and version >= 100000 then
|
||||
buildoptions_c {
|
||||
"-Wno-misleading-indentation",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user