Skip to content

Commit

Permalink
VLCKit: remove trailing slash in Pre-Compile.sh
Browse files Browse the repository at this point in the history
Remove trailing backslash from the prefix variable. Other locations
in the code adds the required backslash.

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
feosuna1 authored and jbkempf committed Jan 26, 2012
1 parent 7d2db8a commit e9d0c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/macosx/framework/Pre-Compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

##########################
Expand Down

0 comments on commit e9d0c51

Please sign in to comment.