[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / CustomMarshalers / Makefile
index afe94b71fba0a310713456bd9a896390100897e0..366921c583ffa6a658be493402581d2ac40a06c7 100644 (file)
@@ -4,7 +4,7 @@ include ../../build/rules.make
 
 LIBRARY = CustomMarshalers.dll
 LIB_REFS = System
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+LIB_MCS_FLAGS =
 NO_TEST = yes
 
 include ../../build/library.make