Skip to content

Instantly share code, notes, and snippets.

@aphex3k
Created June 19, 2015 00:38
Show Gist options
  • Save aphex3k/9dd5e68adfc10f0d09a0 to your computer and use it in GitHub Desktop.
Save aphex3k/9dd5e68adfc10f0d09a0 to your computer and use it in GitHub Desktop.
Compiling Xamarin.iOS & Xamarin.Android on OSX 10.11-beta1
# Install mono using homebrew
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# brew install mono
6c6
< exec mcs -nostdlib -r:$PROFILE/mscorlib.dll -lib:$PROFILE "$@"
---
> exec /usr/local/bin/mcs -nostdlib -r:$PROFILE/mscorlib.dll -lib:$PROFILE "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment