From 0a388b13949660807da873666bd8a52842e354b4 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Tue, 18 Nov 2014 11:42:15 +0000 Subject: [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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 387ebb5c8c..81d1acc11c 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ Thumbs.db *.app /main/build/MacOSX/render.exe /main/external/Xamarin.Mac.dll* +/main/external/libxammac.dylib # Autogenerated stuff /local-config/ -- cgit v1.2.3