mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 03:17:52 +02:00
build the library name ourselfs ... so we can load the library specified
2001-07-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gmodule/gmodule.c (parse_libtool_archive): build the library name ourselfs ... so we can load the library specified and not mangle any name not beggining in 'lib'. Patch from Michael Meeks <michael@ximian.com>.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
e669b218a1
commit
a3ad2d5774
@@ -265,7 +265,7 @@ parse_libtool_archive (const gchar* libtool_name)
|
||||
lt_libdir = g_strconcat (dir, G_DIR_SEPARATOR_S ".libs", NULL);
|
||||
}
|
||||
|
||||
name = g_module_build_path (lt_libdir, lt_dlname);
|
||||
name = g_strconcat (lt_libdir, G_DIR_SEPARATOR_S, lt_dlname, NULL);
|
||||
|
||||
g_free (lt_dlname);
|
||||
g_free (lt_libdir);
|
||||
|
Reference in New Issue
Block a user