[runtime] Disable a test which asserts because of an abi break in recent xcode/clang...
[mono.git] / mcs / class / SystemWebTestShim / Makefile
1 thisdir = class/SystemWebTestShim
2 include ../../build/rules.make
3
4 LIBRARY = SystemWebTestShim.dll
5
6 LIB_REFS = System.Web System
7 KEYFILE = ../winfx.pub
8 LIB_MCS_FLAGS =
9
10 NO_INSTALL = yes
11 NO_SIGN_ASSEMBLY = yes
12
13 include $(topdir)/build/library.make