[glib/glib-2-46] win32: let glib to use the right path separator for the modules
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-46] win32: let glib to use the right path separator for the modules
- Date: Tue, 20 Oct 2015 14:15:21 +0000 (UTC)
commit 7f1e5417df9803a6011f7a1b66ef7a3e4de6a7b2
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Oct 20 16:12:07 2015 +0200
win32: let glib to use the right path separator for the modules
gio/giomodule.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/giomodule.c b/gio/giomodule.c
index 11581b4..56c498c 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -957,7 +957,7 @@ _g_io_win32_get_module (void)
*/
#define GIO_MODULE_DIR \
g_build_filename (g_win32_get_package_installation_directory_of_module (gio_dll), \
- "lib/gio/modules", \
+ "lib", "gio", "modules", \
NULL)
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]