mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
[build] Nothing can be prepended to QUIET_* rules
Move the LD_LIBRARY_PATH override after the QUIET_GEN rule and unbreak the typelib compilation.
This commit is contained in:
parent
8c00d705c0
commit
f655b28e66
@ -312,8 +312,9 @@ typelibsdir = $(libdir)/girepository-1.0/
|
||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
|
||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||
$(QUIET_GEN) \
|
||||
LD_LIBRARY_PATH=.libs$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH} \
|
||||
$(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) \
|
||||
$(INTROSPECTION_COMPILER) \
|
||||
--includedir=$(srcdir) \
|
||||
--includedir=. \
|
||||
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
||||
|
Loading…
Reference in New Issue
Block a user