summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-11-25 21:09:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-11-25 21:09:56 +0000
commitaa42015592ee8c15bc32812d8570d52fbd66e7da (patch)
treeb3dfe8ce209f0f239ddb4465583830e845e1bcc0 /tools
parent9d19713fed76e3be0c4f1a40dfd63f4cfd308e6b (diff)
downloadgobject-introspection-aa42015592ee8c15bc32812d8570d52fbd66e7da.tar.gz
Revert earlier libtool change, there's no need
to execute through libtool since libtool would have created a wrapper if it was found at link time svn path=/trunk/; revision=969
Diffstat (limited to 'tools')
-rwxr-xr-xtools/g-ir-scanner3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/g-ir-scanner b/tools/g-ir-scanner
index 0e2d4148..ba9d8a64 100755
--- a/tools/g-ir-scanner
+++ b/tools/g-ir-scanner
@@ -305,8 +305,7 @@ def main(args):
# Transform the C AST nodes into higher level
# GLib/GObject nodes
glibtransformer = GLibTransformer(transformer,
- noclosure=options.noclosure,
- nolibtool=options.nolibtool)
+ noclosure=options.noclosure)
glibtransformer.set_introspection_binary(binary)
namespace = glibtransformer.parse()