[mcs] Accept and ignore command line args supported by csc that we don't
[mono.git] / mono / utils / mono-dl-posix.c
index be52a3e6e4cad1fbc7514daf02da7a9b17382c88..09eed6222e2ff55103654335c72eed343cca79a1 100644 (file)
@@ -47,6 +47,13 @@ mono_dl_get_executable_path (char *buf, int buflen)
 {
        return readlink ("/proc/self/exe", buf, buflen - 1);
 }
+
+const char*
+mono_dl_get_system_dir (void)
+{
+       return NULL;
+}
+
 #endif
 
 void *