Give CC to instrospection scanner
Introspection scanner-generation script gets compiler from the CC environment, we need to set it. https://bugzilla.gnome.org/show_bug.cgi?id=722817
This commit is contained in:
parent
4b80aa1c05
commit
0d53a581b4
@ -2,6 +2,8 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
-include $(INTROSPECTION_MAKEFILE)
|
-include $(INTROSPECTION_MAKEFILE)
|
||||||
INTROSPECTION_GIRS =
|
INTROSPECTION_GIRS =
|
||||||
|
INTROSPECTION_SCANNER_ENV = \
|
||||||
|
CC="$(CC)"
|
||||||
INTROSPECTION_SCANNER_ARGS = \
|
INTROSPECTION_SCANNER_ARGS = \
|
||||||
--add-include-path=../gdk \
|
--add-include-path=../gdk \
|
||||||
--warn-all
|
--warn-all
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
-include $(INTROSPECTION_MAKEFILE)
|
-include $(INTROSPECTION_MAKEFILE)
|
||||||
INTROSPECTION_GIRS =
|
INTROSPECTION_GIRS =
|
||||||
|
INTROSPECTION_SCANNER_ENV = \
|
||||||
|
CC="$(CC)"
|
||||||
INTROSPECTION_SCANNER_ARGS = \
|
INTROSPECTION_SCANNER_ARGS = \
|
||||||
--add-include-path=../gdk \
|
--add-include-path=../gdk \
|
||||||
--warn-all
|
--warn-all
|
||||||
|
Loading…
Reference in New Issue
Block a user