소스 검색

fix build now that External is no longer part of the git

Felix Paul Kühne 12 년 전
부모
커밋
30380bd310
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      buildAspenProject.sh

+ 2 - 2
buildAspenProject.sh

@@ -177,8 +177,8 @@ spopd
 
 spopd #ImportedSources
 
-rm -f External/MobileVLCKit
-rm -f External/MediaLibraryKit
+rm -rf External
+mkdir External
 ln -sf ${framework_build} External/MobileVLCKit
 ln -sf ${mlkit_build} External/MediaLibraryKit