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:
authorMarek Safar <marek.safar@gmail.com>2018-03-05 20:22:48 +0300
committerMarek Safar <marek.safar@gmail.com>2018-03-08 00:48:05 +0300
commite6de24c2d196b064e64aeea6e45350e985a1bb23 (patch)
treeb97ca2244bffca1149881eccfa267a466032e3a6 /mcs/class/System.Json.Microsoft
parent73859e3df2867ad8bfbff92e37a2b355518e9f7a (diff)
[build] Unify DEFAULT_REFERENCE handling so I can override it with TARGET_NET_REFERENCE for individual tools
Diffstat (limited to 'mcs/class/System.Json.Microsoft')
-rw-r--r--mcs/class/System.Json.Microsoft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Json.Microsoft/Makefile b/mcs/class/System.Json.Microsoft/Makefile
index 56c51c6330d..5b4c8fbfbf1 100644
--- a/mcs/class/System.Json.Microsoft/Makefile
+++ b/mcs/class/System.Json.Microsoft/Makefile
@@ -18,6 +18,6 @@ ifdef MOBILE_DYNAMIC
LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
endif
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS =
include ../../build/library.make