[vlc-devel] commit: macosx: hack to get working release builds, needs proper fixing ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Aug 10 13:39:14 CEST 2009
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Aug 10 13:38:36 2009 +0200| [30d289ab61772a94e01e8d20ed7ed6a682742359] | committer: Felix Paul Kühne
macosx: hack to get working release builds, needs proper fixing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30d289ab61772a94e01e8d20ed7ed6a682742359
---
projects/macosx/framework/Pre-Compile.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 220dece..f6d8fe7 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -35,7 +35,7 @@ if test "${ACTION}" = "build"; then
target_modules="${target}/${modules}" # Should we consider using a different well-known folder like shared resources?
target_share="${target}/${share}" # Should we consider using a different well-known folder like shared resources?
target_include="${target}/${include}" # Should we consider using a different well-known folder like shared resources?
- linked_libs=" "
+ linked_libs="${src_dir}/extras/contrib/lib/* "
##########################
# @function install_library(src_lib, dest_dir, type, lib_install_prefix, destination_name)
More information about the vlc-devel
mailing list