[vlc-devel] [PATCH 07/10] VLCKit: remove trailing slash in Pre-Compile.sh

Faustino E. Osuna enrique.osuna at gmail.com
Tue Jan 24 01:31:54 CET 2012


Remove trailing backslash from the prefix variable. Other locations
in the code adds the required backslash.
---
 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"
 
 ##########################
-- 
1.7.7.4




More information about the vlc-devel mailing list