From 7266c074c37996a5dffc1368db0c737c575ac0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 17 Oct 2014 23:17:29 -0700 Subject: [PATCH] Fixed mingw-clang. --- scripts/genie.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 27884896..8ba5d958 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -117,6 +117,9 @@ function exampleProject(_name) "psapi", } + configuration { "mingw-clang" } + kind "ConsoleApp" + configuration { "android*" } kind "ConsoleApp" targetextension ".so"