Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Last active June 2, 2016 17:24
Show Gist options
  • Save rolfbjarne/27deac13c0c5024c99a4e587f0a0a316 to your computer and use it in GitHub Desktop.
Save rolfbjarne/27deac13c0c5024c99a4e587f0a0a316 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 08c7799..9cf6570 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,9 @@ endif
install-system: install-system-ios install-system-mac
$(Q) $(MAKE) install-symlinks MAC_DESTDIR=/ MAC_INSTALL_VERSION=Current IOS_DESTDIR=/ IOS_INSTALL_VERSION=Current -C msbuild V=$(V)
+ifdef ENABLE_XAMARIN
+ $(Q) $(MAKE) install-symlinks MAC_DESTDIR=/ MAC_INSTALL_VERSION=Current IOS_DESTDIR=/ IOS_INSTALL_VERSION=Current -C $(MACCORE_PATH) V=$(V)
+endif
install-system-ios:
@if ! test -s "$(IOS_DESTDIR)/$(MONOTOUCH_PREFIX)/buildinfo"; then echo "The Xamarin.iOS build seems incomplete. Did you run \"make install\"?"; exit 1; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment