[Mac SDK] Use MSBuild to build IronPython/IronRuby.
authorAlexis Christoforides <alexis@thenull.net>
Tue, 6 Dec 2016 21:49:49 +0000 (16:49 -0500)
committerAlexis Christoforides <alexis@thenull.net>
Tue, 6 Dec 2016 21:53:32 +0000 (16:53 -0500)
commit3b3b69dae1a851289376e8430a100797cae6a083
treef2147ec1603d19599e44a86e0dfb7ae92d600a7a
parentcd8e84c1f1dede8d6b7670957834d0f14d72c959
[Mac SDK] Use MSBuild to build IronPython/IronRuby.

Xbuild currently fails with 'CSC: error CS0041: Unexpected error writing debug information -- 'Windows PDB writer is not available -- could not find Microsoft.DiaSymReader.Native.x86.dll'

Xbuild should be passing "/debug:Portable" to csc in order to work. There is a possibly broken attempt to this in 2d08353991213b17f58f64b6ef0fb4525eb4c659.
packaging/MacSDK/ironlangs.py