mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
Makefile: Don't hardcode libtool for g-i build
Similar to the other commits in core/base/bad
This commit is contained in:
parent
913eae2e7e
commit
89e6ee73b1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ GstRtspServer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtspserver-@
|
|||
--include=Gst-@GST_API_VERSION@ \
|
||||
--include=GstRtsp-@GST_API_VERSION@ \
|
||||
--include=GstNet-@GST_API_VERSION@ \
|
||||
--libtool="$(top_builddir)/libtool" \
|
||||
--libtool="${LIBTOOL}" \
|
||||
--pkg gstreamer-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-rtsp-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-net-@GST_API_VERSION@ \
|
||||
|
|
Loading…
Reference in a new issue