Fix RemoteEndpoint with async+DualMode (#4717)
[mono.git] / mcs / class / Mono.Posix / Makefile
index 9cde3498e4d17dde9a74721a7ad9a25052da0ec4..10d14fc45edf0aee2674b538db53dcf7fefb8274 100644 (file)
@@ -6,8 +6,9 @@ LIBRARY = Mono.Posix.dll
 # Don't warn about [Obsolete] members, as there are now *lots* of [Obsolete]
 # members, generating volumes of output.
 LIB_REFS = System
-LIB_MCS_FLAGS = /unsafe /r:$(corlib) /nowarn:0618,612
-TEST_MCS_FLAGS = /unsafe /r:Mono.Posix.dll /r:System.dll /nowarn:0219,0618
+LIB_MCS_FLAGS = /unsafe /nowarn:0618,612
+TEST_MCS_FLAGS = /unsafe /nowarn:0219,0618
+TEST_LIB_REFS = Mono.Posix System
 
 LIBRARY_COMPILE = $(BOOT_COMPILE)