[vlc-commits] macosx/extras: set typical library search path
Felix Paul Kühne
git at videolan.org
Fri Jan 24 18:07:11 CET 2020
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Fri Jan 24 16:32:54 2020 +0100| [43c35ecb61e58be29a4f542bade26f0f04e08e82] | committer: Felix Paul Kühne
macosx/extras: set typical library search path
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43c35ecb61e58be29a4f542bade26f0f04e08e82
---
extras/package/macosx/VLC.xcodeproj/project.pbxproj | 3 +++
1 file changed, 3 insertions(+)
diff --git a/extras/package/macosx/VLC.xcodeproj/project.pbxproj b/extras/package/macosx/VLC.xcodeproj/project.pbxproj
index e9fdfcee69..8f8702e145 100644
--- a/extras/package/macosx/VLC.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/VLC.xcodeproj/project.pbxproj
@@ -1871,6 +1871,7 @@
../../../modules/gui/macosx,
);
INFOPLIST_FILE = "$(SRCROOT)/../../../build/share/macosx/Info.plist";
+ LIBRARY_SEARCH_PATHS = "${VLC_SRC_DIR}/build/macos-install/lib";
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-lvlccore",
@@ -1910,6 +1911,7 @@
../../../modules/gui/macosx,
);
INFOPLIST_FILE = "$(SRCROOT)/../../../build/share/macosx/Info.plist";
+ LIBRARY_SEARCH_PATHS = "${VLC_SRC_DIR}/build/macos-install/lib";
OTHER_LDFLAGS = (
"-lvlccore",
"-framework",
@@ -1948,6 +1950,7 @@
../../../modules/gui/macosx,
);
INFOPLIST_FILE = "$(SRCROOT)/../../../build/share/macosx/Info.plist";
+ LIBRARY_SEARCH_PATHS = "${VLC_SRC_DIR}/build/macos-install/lib";
OTHER_LDFLAGS = (
"-lvlccore",
"-framework",
More information about the vlc-commits
mailing list