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-10-29 00:35:41 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2015-10-29 00:35:41 +0300
commit7cbd66fcc78ca901dfd4b98af4b96eb59f5a8f29 (patch)
treea2b2d8b081a1a5e08cdbeb27b1e4f909a5ebe21e /build.sh
parent904059ec2a5d8a483b779a894f52e559ffbf0cf8 (diff)
Disable managed build for non-Windows.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 88063fb9a..fdfca2a90 100755
--- a/build.sh
+++ b/build.sh
@@ -181,7 +181,7 @@ __msbuildpath=$__packageroot/$__msbuildpackageid.$__msbuildpackageversion/lib/MS
__ToolNugetRuntimeId=ubuntu.14.04-x64
__TestNugetRuntimeId=ubuntu.14.04-x64
__BuildArch=x64
-__buildmanaged=true
+__buildmanaged=false
__buildnative=true
# Workaround to enable nuget package restoration work successully on Mono