[System] Don't build managed BTLS code on monotouch
[mono.git] / mcs / class / System.IO.Compression / Makefile
index 7b2bd8144fb4fe6c7e7ad159dde706049e957825..0987f09e6e3085a0a4802b7c47a198d065cee52b 100644 (file)
@@ -5,6 +5,7 @@ include ../../build/rules.make
 LIBRARY = System.IO.Compression.dll
 LIB_REFS = System System.Core
 LIB_MCS_FLAGS = /unsafe
-TEST_MCS_FLAGS = /r:System /r:System.Core
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System System.Core
 
 include ../../build/library.make