ios/tutorials/2: add missing -lc++ linking argument

It's present in all the other tutorials performing more than just
gst_init(); gst_deinit();
This commit is contained in:
Matthew Waters 2019-12-06 00:04:46 +11:00
parent 44aa11886e
commit 1c18e4586b

View file

@ -1068,6 +1068,7 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-lresolv",
"-lc++",
"-framework",
CoreFoundation,
"-framework",
@ -1138,6 +1139,7 @@
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
OTHER_LDFLAGS = (
"-lresolv",
"-lc++",
"-framework",
CoreFoundation,
"-framework",