mirror of
https://github.com/holub/mame
synced 2025-06-03 11:26:56 +03:00
Fix VS build (it was reverse logic then others) (nw)
This commit is contained in:
parent
3c7e256b45
commit
f67cb62dbc
@ -628,7 +628,7 @@ if _OPTIONS["with-system-jpeg"]~=nil then
|
||||
}
|
||||
end
|
||||
|
||||
if _OPTIONS["with-system-flac"]~=nil then
|
||||
if not _OPTIONS["with-system-flac"]~=nil then
|
||||
defines {
|
||||
"FLAC__NO_DLL",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user