소스 검색

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