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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2018-01-23 17:48:38 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-02-08 13:44:27 +0300
commit5559c98459fb43d28115b16863032618fd6ad2fe (patch)
tree91c395a795e911154dd73b407a40ca6bab8994eb /main/external/Makefile.am
parent4daa08a2f8305b11dc944b512658aea0a59b5a34 (diff)
[Launcher] Statically link in libxammac-system.a
This avoids shipping libxammac.dylib and uses a xammac static lib which works with a system wide mono. Thus, most of monostub code is now obsolete. To clean up later once other users of monostub don't use this file anymore
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index da5d48f480..28249b5b21 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -5,7 +5,7 @@ all:
clean:
if ENABLE_MACPLATFORM
-all: Xamarin.Mac.dll Xamarin.Mac.registrar.full.a libxammac.dylib
+all: Xamarin.Mac.dll Xamarin.Mac.registrar.full.a libxammac-system.a
$(MAKE) -C monomac/src
Xamarin.Mac.dll: $(XAMMAC_PATH)/@MAC_ARCHITECTURE@/full/Xamarin.Mac.dll
@@ -15,7 +15,7 @@ Xamarin.Mac.dll: $(XAMMAC_PATH)/@MAC_ARCHITECTURE@/full/Xamarin.Mac.dll
Xamarin.Mac.registrar.full.a: $(XAMMAC_PATH)/mmp/Xamarin.Mac.registrar.full.a
cp -p $< $@
-libxammac.dylib: $(XAMMAC_PATH)/libxammac.dylib
+libxammac-system.a: $(XAMMAC_PATH)/libxammac-system.a
cp -p $< $@
clean: