Merge pull request #2720 from mono/fix-39325
[mono.git] / mcs / tools / sgen / Makefile
index cf90aebe835f360ffe3d65f1303a799551df53df..bf5bd1c904e560af111c0b9f312dc980f7965fa9 100644 (file)
@@ -2,7 +2,7 @@ thisdir = tools/sgen
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = /r:System.Xml.dll
+LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.dll
 PROGRAM = sgen.exe
 
 include ../../build/executable.make