* FileSystemInfo.cs: corrected COM visibility of UTC properties
[mono.git] / mcs / class / Mono.Security / Makefile
index 606851bb59929d3ca94ad722b9bdcb7564631362..474de045a801c39f5869f8f3b16770e725ca09a0 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Security.dll
-LIB_MCS_FLAGS = /r:System.dll
+LIB_MCS_FLAGS = /r:System.dll /unsafe
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:0618 /nowarn:0672
 
 include ../../build/library.make