gobject-introspection r892 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r892 - trunk/giscanner
- Date: Wed, 12 Nov 2008 12:12:23 +0000 (UTC)
Author: johan
Date: Wed Nov 12 12:12:23 2008
New Revision: 892
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=892&view=rev
Log:
Only resolve the libname to the basename of the path when passing in an absolute .la filename
Modified:
trunk/giscanner/glibtransformer.py
Modified: trunk/giscanner/glibtransformer.py
==============================================================================
--- trunk/giscanner/glibtransformer.py (original)
+++ trunk/giscanner/glibtransformer.py Wed Nov 12 12:12:23 2008
@@ -84,7 +84,6 @@
found_libname = os.path.abspath(libname)
elif os.path.exists(libtool_libname):
found_libname = extract_libtool(libtool_libname)
- libname = os.path.basename(found_libname)
else:
found_libname = find_library(libname)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]