diff options
Diffstat (limited to '3rdparty/genie/src/actions/make/_make.lua')
-rw-r--r-- | 3rdparty/genie/src/actions/make/_make.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/genie/src/actions/make/_make.lua b/3rdparty/genie/src/actions/make/_make.lua index cc38be69456..6392ff46ac6 100644 --- a/3rdparty/genie/src/actions/make/_make.lua +++ b/3rdparty/genie/src/actions/make/_make.lua @@ -132,7 +132,7 @@ shortname = "GNU Make", description = "Generate GNU makefiles for POSIX, MinGW, and Cygwin", - valid_kinds = { "ConsoleApp", "WindowedApp", "StaticLib", "SharedLib" }, + valid_kinds = { "ConsoleApp", "WindowedApp", "StaticLib", "SharedLib", "Bundle" }, valid_languages = { "C", "C++", "C#", "Vala", "Swift" }, |