summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 61617630d06..9b2e86151ce 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -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",
}