[346/906] Fix linking by providing libtool the correct --tag parameter
This commit is contained in:
parent
de9f763bff
commit
3b0dacd8d6
@ -45,3 +45,8 @@ libgstgl_@GST_MAJORMINOR@_la_OBJCFLAGS = \
|
||||
libgstgl_@GST_MAJORMINOR@_la_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…
x
Reference in New Issue
Block a user