aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/gtkdochelper.py
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-06-20 11:35:02 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-20 13:53:09 +0000
commit57b3f9858625b1c0204320dddec8b6b84f6289c2 (patch)
treeecc14565c205a16add3868ef80cdff2f7ef2ae9d /mesonbuild/scripts/gtkdochelper.py
parent86684ad798321464d1593d97d5c25127ef26ca94 (diff)
downloadmeson-57b3f9858625b1c0204320dddec8b6b84f6289c2.zip
meson-57b3f9858625b1c0204320dddec8b6b84f6289c2.tar.gz
meson-57b3f9858625b1c0204320dddec8b6b84f6289c2.tar.bz2
gtkdochelper: pass CC to gtkdoc-scangobj
The helper is told what CC to use already, but doesn't pass it to gtkdoc-scangobj.
Diffstat (limited to 'mesonbuild/scripts/gtkdochelper.py')
-rw-r--r--mesonbuild/scripts/gtkdochelper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/scripts/gtkdochelper.py b/mesonbuild/scripts/gtkdochelper.py
index fedcc47..3e0478e 100644
--- a/mesonbuild/scripts/gtkdochelper.py
+++ b/mesonbuild/scripts/gtkdochelper.py
@@ -122,6 +122,7 @@ def build_gtkdoc(source_root, build_root, doc_subdir, src_subdirs,
'--module=' + module,
'--cflags=' + cflags,
'--ldflags=' + ldflags,
+ '--cc=' + cc,
'--ld=' + ld,
'--output-dir=' + abs_out]