From 872e7bd7526f40760f13694e2559e541f14a0dea Mon Sep 17 00:00:00 2001 From: starkos Date: Mon, 21 Sep 2009 13:59:25 +0000 Subject: Fixed naming of static libraries in Xcode --- samples/project/premake4.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/project') 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 -- cgit v1.2.3