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>2016-03-17 19:07:30 +0300
committerMarek Safar <marek.safar@gmail.com>2016-03-17 19:07:30 +0300
commit84a447da80bcfab4f2a0bf884b1a56bc654963dc (patch)
tree07703ca5db25ca4663f6650bfc7e471e5a9e4aee /mcs/class/System.IO.Compression
parentaa4ca12eb2678d43e258c464229595147180ee57 (diff)
[build] Fix more incomplete mcs references names
Diffstat (limited to 'mcs/class/System.IO.Compression')
-rw-r--r--mcs/class/System.IO.Compression/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.IO.Compression/Makefile b/mcs/class/System.IO.Compression/Makefile
index 7b2bd8144fb..3ca6899dacd 100644
--- a/mcs/class/System.IO.Compression/Makefile
+++ b/mcs/class/System.IO.Compression/Makefile
@@ -5,6 +5,6 @@ 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 = /r:System.dll /r:System.Core.dll
include ../../build/library.make