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