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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-29 01:25:06 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-30 21:36:19 +0300
commit078e58ff9d37bc087f3eab396f9e32222bf67188 (patch)
treee06ae9225f24ffa4ad698fee3d47da51b34807a9 /config.json
parent755f816d20536dbf87c80baa411a6da00bf94203 (diff)
Add portable build definitions
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index 9cab61d54a..a4f9b447b7 100644
--- a/config.json
+++ b/config.json
@@ -387,7 +387,7 @@
}
},
"portable":{
- "description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
+ "description": "Make the build-native script generate binaries that are portable for the platform.",
"settings": {
"AdditionalArgs": "-portable"
}