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:
authorAlan McGovern <alan@xamarin.com>2014-11-18 14:42:15 +0300
committerAlan McGovern <alan@xamarin.com>2014-11-18 14:43:21 +0300
commit0a388b13949660807da873666bd8a52842e354b4 (patch)
tree877175e4870b4daf8205fb9edcbc225bbc302b7f /main/external/Makefile.am
parent431faa12791c1ee0e222fcefcf64546594001152 (diff)
[build] Copy libxammac.dylib locally too
It's the sanest approach as Xamarin.Mac.dll and libxammac go hand in hand. If we local copy one we should local copy the other.
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index 35dcd41745..9bc7771c80 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -11,10 +11,12 @@ all: Xamarin.Mac.dll
Xamarin.Mac.dll: /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/i386/full/Xamarin.Mac.dll
cp -p $< $@
cp -p $<.mdb $@.mdb
+ cp -p /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/libxammac.dylib .
clean:
$(MAKE) -C monomac/src clean
rm -f Xamarin.Mac.dll*
+ rm -f libxammac.dylib
endif
install: