]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Fix build in Release mode.
authorPierre d'Herbemont <pdherbemont@free.fr>
Mon, 15 Feb 2010 21:21:23 +0000 (22:21 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Mon, 15 Feb 2010 21:22:31 +0000 (22:22 +0100)
Thanks to DiDjCodt.

projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 7903fc0979bc65b53ef81496d1ea142e0b60c7e3..2ef6ad3b6b037250a51e710a0e5f4cd12b42c64f 100644 (file)
                                LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
                                ONLY_ACTIVE_ARCH = YES;
                                OTHER_LDFLAGS = (
+                                       "-lvlccore",
                                        "-single_module",
                                        "-read_only_relocs",
                                        suppress,
                                        "-lvlc",
-                                       "$(LD_FLAGS_LIBINTL)",
-                                       "$(LD_FLAGS_LIBVLC)",
-                                       "$(LD_FLAGS_LIBVLC_CONTROL)",
                                );
                                PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
                                PRODUCT_NAME = VLCKit;