mirror of
https://github.com/riperiperi/FSOMonoGame.git
synced 2025-01-22 08:11:46 -05:00
e261272ab9
One of the problems we have with the Pipeline tool at the moment on Mac is this. When running the MGCB.exe using system `mono` we can end up in a situation where the wrong versions of the system assemblies and mscorlib are loaded. As a result some calls to the system will fail because entry points are missing or are invalid. This is an attempt to fix that by bundling the `mono` we are built against inside the Pipeline.app package. In theory this should help. We also look for the system `mono` (on a Mac) before anything else. We also change the CurrentDirectory when we start MGCB to ensure that we don't try to load any assemblies from the Pipeline.app/Contents/MonoBundle directory. This was based on advice from the Xamarin.Mac team. |
||
---|---|---|
.. | ||
Resources | ||
Scripts | ||
distribution.xml |