summaryrefslogtreecommitdiff
path: root/Makefile.introspection
diff options
context:
space:
mode:
authorNicola Fontana <ntd@entidi.it>2015-03-23 15:57:14 +0100
committerColin Walters <walters@verbum.org>2016-02-16 16:20:57 -0500
commit72b6df60f2d6bcd3628f57c794430f1eec4a04aa (patch)
tree4160a81ee73817218e16e88edb7b2b665abfd79b /Makefile.introspection
parenta62b3020573f9f2a4871c0f74212c8429bc2015e (diff)
downloadgobject-introspection-72b6df60f2d6bcd3628f57c794430f1eec4a04aa.tar.gz
Allow overriding of dlltool name
Allow to override it with the DLLTOOL environment variable, leaving "dlltool" as a fallback when not defined so backward compatibility is ensured. https://bugzilla.gnome.org/show_bug.cgi?id=761984
Diffstat (limited to 'Makefile.introspection')
-rw-r--r--Makefile.introspection2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.introspection b/Makefile.introspection
index 1812df9d..57bec209 100644
--- a/Makefile.introspection
+++ b/Makefile.introspection
@@ -84,7 +84,7 @@ _gir_silent_compiler = $(_gir_silent_compiler_$(V))
_gir_silent_compiler_ = $(_gir_silent_compiler_$(_gir_verbosity))
_gir_silent_compiler_0 = @echo " GICOMP $(1)";
-_gir_default_scanner_env = CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)"
+_gir_default_scanner_env = CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)"
#
# Creates a GIR by scanning C headers/sources