mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[346/906] Fix linking by providing libtool the correct --tag parameter
This commit is contained in:
parent
6d9ee6fe43
commit
64e59060e2
1 changed files with 5 additions and 0 deletions
|
@ -45,3 +45,8 @@ libgstgl_@GST_MAJORMINOR@_la_OBJCFLAGS = \
|
||||||
libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
|
libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||||
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
||||||
|
if GL_BACKEND_COCOA
|
||||||
|
libgstgl_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=OBJC
|
||||||
|
else
|
||||||
|
libgstgl_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=CC
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue