diff options
author | 2016-11-16 20:54:15 +0100 | |
---|---|---|
committer | 2016-11-16 21:00:28 +0100 | |
commit | ffc04d2baede0eab5768aa6a2ca5ea67cfa9ed86 (patch) | |
tree | 30ba47be0d8ad4c1ba703eb911023f18db185d3b /3rdparty/genie/src/actions/example/_example.lua | |
parent | f68779cf745b20f82ff1785207657aceed41fc3e (diff) |
Sync with GENie and addition of VS2017 (nw)
Diffstat (limited to '3rdparty/genie/src/actions/example/_example.lua')
-rw-r--r-- | 3rdparty/genie/src/actions/example/_example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/genie/src/actions/example/_example.lua b/3rdparty/genie/src/actions/example/_example.lua index 66aa94a2f16..d6a0c17bfda 100644 --- a/3rdparty/genie/src/actions/example/_example.lua +++ b/3rdparty/genie/src/actions/example/_example.lua @@ -29,7 +29,7 @@ -- os = "macosx", -- Which kinds of targets this action supports; remove those you don't. - valid_kinds = { "ConsoleApp", "WindowedApp", "SharedLib", "StaticLib" }, + valid_kinds = { "ConsoleApp", "WindowedApp", "StaticLib", "SharedLib", "Bundle" }, -- Which programming languages this actions supports; remove those you don't. valid_languages = { "C", "C++", "C#" }, |