Explorar o código

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@videolan.org>
Faustino E. Osuna %!s(int64=13) %!d(string=hai) anos
pai
achega
8a190ba573
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Pre-Compile.sh

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