gl: Fix static build with objective-C

--tag=CC is needed for static build
This commit is contained in:
Edward Hervey 2014-03-17 12:04:40 +01:00
parent 1a5560441d
commit 0ae0bfcbc7

View file

@ -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