Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / mono-config-dirs.c
index 01e2773a9b81ea9b3868e1c1104d6f3b5d0793ac..b526b414c13f6b3920330cd545ee8af78eaeb937 100644 (file)
@@ -1,7 +1,8 @@
-/*
- * mono-config-dirs.c:
+/**
+ * \file
  *
  * Copyright 2015 Xamarin Inc (http://www.xamarin.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 /*
@@ -40,3 +41,13 @@ mono_config_get_bin_dir (void)
 #endif
 }
 
+const char*
+mono_config_get_reloc_lib_dir (void)
+{
+#ifdef MONO_RELOC_LIBDIR
+       return MONO_RELOC_LIBDIR;
+#else
+       return NULL;
+#endif
+}
+