From f67cb62dbcd3f6158e3c9187b1bd8719c8c5a955 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 30 Mar 2016 11:03:03 +0200 Subject: Fix VS build (it was reverse logic then others) (nw) --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } -- cgit v1.2.3