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:
authorManu <manu-silicon@users.noreply.github.com>2016-04-25 17:32:18 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-25 17:32:18 +0300
commit614bc327dca96c6575fd958466dac5436f5c6023 (patch)
treefdc2de83ca0801e755771d8b0e37fc5327bd679f /src/ILCompiler.MetadataTransform
parent8407839fe4873a47e771e5cc380081bcd53091eb (diff)
Fix build warnings on Ubuntu 14.04 x64 (#1195)
Add ubuntu.14.04-x64 and osx.10.10-x64 to list of supported runtimes.
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/tests/project.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ILCompiler.MetadataTransform/tests/project.json b/src/ILCompiler.MetadataTransform/tests/project.json
index 79895c3b9..817b17bb3 100644
--- a/src/ILCompiler.MetadataTransform/tests/project.json
+++ b/src/ILCompiler.MetadataTransform/tests/project.json
@@ -15,6 +15,8 @@
},
"runtimes": {
"win7-x64": {},
- "win7-x86": {}
+ "win7-x86": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {}
}
}