ソースを参照

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