[vlc-commits] VLCKit: remove trailing slash in Pre-Compile.sh

Faustino E. Osuna git at videolan.org
Thu Jan 26 15:09:35 CET 2012


vlc | branch: master | Faustino E. Osuna <enrique.osuna at gmail.com> | Tue Jan 24 01:31:54 2012 +0100| [e9d0c51c446dae9e215a574d921620ac25906d8e] | committer: Jean-Baptiste Kempf

VLCKit: remove trailing slash in Pre-Compile.sh

Remove trailing backslash from the prefix variable. Other locations
in the code adds the required backslash.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9d0c51c446dae9e215a574d921620ac25906d8e
---

 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 848f16f..65bb15c 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -52,7 +52,7 @@ target_lib="${target}/${lib}"            # Should we consider using a different
 target_plugins="${target}/${plugins}"    # 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?
 linked_libs=""
-prefix=".libs/"
+prefix=".libs"
 suffix="dylib"
 
 ##########################



More information about the vlc-commits mailing list