Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2015-12-05 04:39:34 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2015-12-06 20:35:39 +0300
commitf28f2860f372954f0e350bb0c0ea672e81f39ce2 (patch)
tree2ad1ee5ceadbe435e5099737fe38a2cd2da1fadc /src/.nuget
parent2b07bed9a6129a9880cb92952bf47956f291ab05 (diff)
Enable Mac RyuJIT support.
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec b/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec
index 5d936c863..a8a42e80d 100644
--- a/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec
+++ b/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec
@@ -31,6 +31,8 @@
<file src="../ToolRuntime/*.dll" />
<file src="../ToolRuntime/*.dylib" />
<file src="../ToolRuntime/corerun" target="corerun" />
+ <file src="../../../../packages/toolchain.osx.10.10-x64.Microsoft.DotNet.RyuJit/1.0.1-prerelease-00002/runtimes/osx.10.10-x64/native/libryujit.dylib" target="ryujit.dylib" />
+ <file src="../../../../packages/toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter/1.0.3-prerelease-00001/runtimes/osx.10.10-x64/native/libobjwriter.dylib" target="objwriter.dylib" />
<file src="../../../../packages/Microsoft.DiaSymReader/1.0.6/lib/portable-net45+win8/Microsoft.DiaSymReader.dll" />
</files>
</package>