Browse Source

minor fix

Felix Paul Kühne 11 years ago
parent
commit
3e4a6bcb88
1 changed files with 2 additions and 5 deletions
  1. 2 5
      compileVLCforiOS.sh

+ 2 - 5
compileVLCforiOS.sh

@@ -219,11 +219,6 @@ mlkit_build="${aspen_root_dir}/ImportedSources/MediaLibraryKit/${xcbuilddir}"
 upnpx_build="${aspen_root_dir}/ImportedSources/upnpx/projects/xcode4/upnpx/${xcbuilddir}"
 upnpx_build="${aspen_root_dir}/ImportedSources/upnpx/projects/xcode4/upnpx/${xcbuilddir}"
 gtl_build="${aspen_root_dir}/ImportedSources/GDrive/${xcbuilddir}"
 gtl_build="${aspen_root_dir}/ImportedSources/GDrive/${xcbuilddir}"
 
 
-spushd MediaLibraryKit
-rm -f External/MobileVLCKit
-ln -sf ${framework_build} External/MobileVLCKit
-spopd
-
 spopd #ImportedSources
 spopd #ImportedSources
 
 
 ln -sf ${framework_build} External/MobileVLCKit
 ln -sf ${framework_build} External/MobileVLCKit
@@ -260,6 +255,8 @@ buildxcodeproj MobileVLCKit "MobileVLCKit"
 spopd
 spopd
 
 
 spushd MediaLibraryKit
 spushd MediaLibraryKit
+rm -f External/MobileVLCKit
+ln -sf ${framework_build} External/MobileVLCKit
 buildxcodeproj MediaLibraryKit
 buildxcodeproj MediaLibraryKit
 spopd
 spopd