Fix VS build (it was reverse logic then others) (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-30 11:03:03 +02:00
parent 3c7e256b45
commit f67cb62dbc

View File

@ -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",
}