[glib] win32: let glib to use the right path separator for the modules



commit ad0f340c273e3c6bac01bbc1eb41652903150f70
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]