Explorar o código

another build fix

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
ce664ff655
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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