瀏覽代碼

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