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:
authorLudovic Henry <luhenry@microsoft.com>2019-02-13 02:57:56 +0300
committerGitHub <noreply@github.com>2019-02-13 02:57:56 +0300
commita43f1d2909d100bdcad525dde67eb320478ecbbd (patch)
tree4951ae04d51b5199fa787051b4825d51e8ebcca0 /mcs/class/Mono.Messaging/Makefile
parent469b0a7a0fa1f63a7333e725e6d11a37a6044854 (diff)
[sdks] Add mac-{mac32,mac64} targets (#12959)
* [sdks] Add mac-{mac32,mac64} targets * [sdks] Add configure-* and build-* for CI
Diffstat (limited to 'mcs/class/Mono.Messaging/Makefile')
-rw-r--r--mcs/class/Mono.Messaging/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/Mono.Messaging/Makefile b/mcs/class/Mono.Messaging/Makefile
index 7eef3a9aa2a..c61406789e4 100644
--- a/mcs/class/Mono.Messaging/Makefile
+++ b/mcs/class/Mono.Messaging/Makefile
@@ -9,6 +9,10 @@ KEYFILE = ../mono.pub
LIB_MCS_FLAGS =
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
-TEST_LIB_REFS = System.Messaging nunit.mocks
+TEST_LIB_REFS = System.Messaging
+
+ifneq ($(PROFILE),xammac_net_4_5)
+TEST_LIB_REFS += nunit.mocks
+endif
include ../../build/library.make