Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/project/premake4.lua')
-rw-r--r--samples/project/premake4.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index 7ce87bd..530e93d 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -20,8 +20,8 @@ solution "PremakeTestbox"
include "CppWindowedApp"
include "CppSharedLib"
include "CppStaticLib"
-
- if _ACTION ~= "codeblocks" and _ACTION ~= "codelite" then
+
+ if premake.action.supports(premake.action.current(), "C#") then
include "CsSharedLib"
include "CsConsoleApp"
end