Created
April 12, 2014 07:01
-
-
Save nasser/10522400 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required Changes to Clojure-CLR
ReaderWriterLockSlim
(in MultiFn.cs and Ref.cs). MultiFns and Refs are almost certainly broken.System.AppDomain.CurrentDomain.BaseDirectory
withSystem.Environment.CurrentDirectory
in RT.cs (Unity erroneously reportsSystem.AppDomain.CurrentDomain.BaseDirectory
asnull
which derails everything).