mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
gl: Fix static build with objective-C
--tag=CC is needed for static build
This commit is contained in:
parent
894035f0d7
commit
46034834e0
1 changed files with 2 additions and 0 deletions
|
@ -31,3 +31,5 @@ libgstgl_cocoa_la_OBJCFLAGS = \
|
|||
libgstgl_cocoa_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
$(GST_ALL_LDFLAGS)
|
||||
|
||||
libgstgl_cocoa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||
|
|
Loading…
Reference in a new issue