summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/actions/example/_example.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/src/actions/example/_example.lua')
-rw-r--r--3rdparty/genie/src/actions/example/_example.lua2
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#" },