From 88b0fda54b2e1c9e7db97d44198426f3805afbc4 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Wed, 5 Apr 2017 16:27:17 +0100 Subject: [PATCH] [build] Only include objcgen project when targetting VS action. --- build/premake5.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/premake5.lua b/build/premake5.lua index 60f2781..b9496e0 100644 --- a/build/premake5.lua +++ b/build/premake5.lua @@ -104,11 +104,13 @@ workspace "MonoEmbeddinator4000" "System.Xml.Linq" } + if string.startswith(_ACTION, "vs") then externalproject "objcgen" SetupManagedProject() location "../objcgen" uuid "C166803B-011F-4EAF-B8C2-D7DBBA3CF1EC" kind "ConsoleApp" + end local xamarinMacios = "../../xamarin-macios" if os.isdir(xamarinMacios) and _OPTIONS["dev"] then