mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
gl: Fix static build with objective-C
--tag=CC is needed for static build
This commit is contained in:
parent
1a5560441d
commit
0ae0bfcbc7
1 changed files with 2 additions and 0 deletions
|
@ -31,3 +31,5 @@ libgstgl_cocoa_la_OBJCFLAGS = \
|
||||||
libgstgl_cocoa_la_LDFLAGS = \
|
libgstgl_cocoa_la_LDFLAGS = \
|
||||||
$(GST_LIB_LDFLAGS) \
|
$(GST_LIB_LDFLAGS) \
|
||||||
$(GST_ALL_LDFLAGS)
|
$(GST_ALL_LDFLAGS)
|
||||||
|
|
||||||
|
libgstgl_cocoa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||||
|
|
Loading…
Reference in a new issue