vlc | branch: master | Faustino E. Osuna <[email protected]> | 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 <[email protected]>

> 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"
 
 ##########################

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to