Skip to content

Instantly share code, notes, and snippets.

@nasser
Created April 12, 2014 07:01
Show Gist options
  • Save nasser/10522400 to your computer and use it in GitHub Desktop.
Save nasser/10522400 to your computer and use it in GitHub Desktop.
/Applications/Unity/Unity.app/Contents/Frameworks/MonoBleedingEdge/bin/mono /Applications/Unity/Unity.app/Contents/Frameworks/MonoBleedingEdge/lib/mono/2.0/xbuild.exe build.proj /target:"Dist" /p:Runtime="Mono" /p:Configuration="Debug 3.5" /p:Platform="Any CPU"
@nasser
Copy link
Author

nasser commented Apr 12, 2014

Required Changes to Clojure-CLR

  1. Comment out any mention of ReaderWriterLockSlim (in MultiFn.cs and Ref.cs). MultiFns and Refs are almost certainly broken.
  2. Replace System.AppDomain.CurrentDomain.BaseDirectory with System.Environment.CurrentDirectory in RT.cs (Unity erroneously reports System.AppDomain.CurrentDomain.BaseDirectory as null which derails everything).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment