Commit e9d0c51c authored by Faustino E. Osuna's avatar Faustino E. Osuna Committed by 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: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7d2db8a1
...@@ -52,7 +52,7 @@ target_lib="${target}/${lib}" # Should we consider using a different ...@@ -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_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? target_share="${target}/${share}" # Should we consider using a different well-known folder like shared resources?
linked_libs="" linked_libs=""
prefix=".libs/" prefix=".libs"
suffix="dylib" suffix="dylib"
########################## ##########################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment