Commit e6fc028b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Fix build in Release mode.

Thanks to DiDjCodt.
parent 7c1437b3
...@@ -672,13 +672,11 @@ ...@@ -672,13 +672,11 @@
LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib"; LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-lvlccore",
"-single_module", "-single_module",
"-read_only_relocs", "-read_only_relocs",
suppress, suppress,
"-lvlc", "-lvlc",
"$(LD_FLAGS_LIBINTL)",
"$(LD_FLAGS_LIBVLC)",
"$(LD_FLAGS_LIBVLC_CONTROL)",
); );
PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders"; PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
PRODUCT_NAME = VLCKit; PRODUCT_NAME = VLCKit;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment