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

This commit is contained in:
Ignacio Casal Quinteiro 2015-10-20 16:12:07 +02:00
parent 2ac7c5a6fb
commit ad0f340c27

View File

@ -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