[corlib] ExecutionContext and other contexts from reference sources. Fixes #28793...
[mono.git] / mcs / class / Mono.Options / Makefile
index 8f6ee01890df80bd160ee4ed9ff4efdc02ec62d0..beee719c77f79c11e661f5b6f74856321a674e55 100644 (file)
@@ -7,7 +7,8 @@ LIBRARY_PACKAGE = none
 
 NO_INSTALL = yes
 
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+LIB_REFS = System
+LIB_MCS_FLAGS = /r:$(corlib)
 TEST_MCS_FLAGS = /r:Mono.Posix.dll /r:System.dll /r:System.Core.dll
 
 mono_sourcelibs_DIR  = $(DESTDIR)$(mono_libdir)/mono-source-libs