]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Pre-Compile.sh
macosx/framework: Factorize precompilation.
[vlc] / projects / macosx / framework / Pre-Compile.sh
index 833225d4d98d378f348a718775b9fb1da38efab5..db3500fab5dc23ba9671e8f2d0766805f842a5a7 100644 (file)
@@ -94,6 +94,7 @@ vlc_install_object() {
     if ! test -e ${src_lib}; then
         return
     fi
+
     if ((! test -e ${lib_dest}) || test ${src_lib} -nt ${lib_dest} ); then
 
         mkdir -p ${dest_dir}
@@ -111,7 +112,6 @@ vlc_install_object() {
         if [ "${type}" = "lib" ]; then
             # Change the reference of libvlc.1 stored in the usr directory to libvlc.dylib in the framework's library directory
             install_name_tool -id "${install_name}/${lib_name}" ${lib_dest} > /dev/null
-            echo "ID=${install_name}/${lib_name}"
         fi
 
         if [ "${type}" != "data" ]; then