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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2019-02-01 16:09:30 +0300
committerMarek Safar <marek.safar@gmail.com>2019-02-01 16:09:30 +0300
commit2f411750acfd2132f9b4970ef8cf11d9a0f62df9 (patch)
tree9cbe04bbe431151ed38c0f2a2d9fc307d0a0a5ed /mcs/build/platforms
parentaf70768885ef3d403db534ed1bd8af798cbc80e0 (diff)
"Imperial Red": Bring HttpClient from CoreFx (#11906)
This brings `System.Net.Http` from CoreFx. It is currently only enabled on Desktop Mac and Linux; Mobile is coming shortly.
Diffstat (limited to 'mcs/build/platforms')
-rw-r--r--mcs/build/platforms/linux.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/build/platforms/linux.make b/mcs/build/platforms/linux.make
index 02348318afe..647c782b35f 100644
--- a/mcs/build/platforms/linux.make
+++ b/mcs/build/platforms/linux.make
@@ -34,3 +34,5 @@ platform-check:
# echo "*** You need to build MCS with GNU make. Try \`gmake'" ; \
# exit 1 ; \
# fi
+
+PLATFORM_LINUX=1