gtkdochelper: pass CC to gtkdoc-scangobj

The helper is told what CC to use already, but doesn't pass it to
gtkdoc-scangobj.
pull/3528/merge
Ross Burton 7 years ago committed by Nirbheek Chauhan
parent 86684ad798
commit 57b3f98586
  1. 1
      mesonbuild/scripts/gtkdochelper.py

@ -122,6 +122,7 @@ def build_gtkdoc(source_root, build_root, doc_subdir, src_subdirs,
'--module=' + module, '--module=' + module,
'--cflags=' + cflags, '--cflags=' + cflags,
'--ldflags=' + ldflags, '--ldflags=' + ldflags,
'--cc=' + cc,
'--ld=' + ld, '--ld=' + ld,
'--output-dir=' + abs_out] '--output-dir=' + abs_out]

Loading…
Cancel
Save