فهرست منبع

another build fix

Felix Paul Kühne 12 سال پیش
والد
کامیت
ce664ff655
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      buildAspenProject.sh

+ 3 - 2
buildAspenProject.sh

@@ -107,6 +107,9 @@ info "Preparing build dirs"
 
 mkdir -p ImportedSources
 
+rm -rf External
+mkdir -p External
+
 spushd ImportedSources
 
 if ! [ -e vlc ]; then
@@ -189,8 +192,6 @@ spopd
 
 spopd #ImportedSources
 
-rm -rf External
-mkdir External
 ln -sf ${framework_build} External/MobileVLCKit
 ln -sf ${mlkit_build} External/MediaLibraryKit