Explorar el Código

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

Felix Paul Kühne hace 12 años
padre
commit
30380bd310
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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