浏览代码

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