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:
authorstarkos <none@none>2009-09-21 17:59:25 +0400
committerstarkos <none@none>2009-09-21 17:59:25 +0400
commit872e7bd7526f40760f13694e2559e541f14a0dea (patch)
tree54d466bab2b3eff9c5f33e60fae02edbac850cec /samples
parenta947c896d8bbd3f6514d889c3d955c20cbf30674 (diff)
Fixed naming of static libraries in Xcode
Diffstat (limited to 'samples')
-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