Parcourir la source

Compilation script: update VLCKit to fix compilation

HEADER_SEARCH_PATHS were set incorrectly leading to an internal Xcode error
Felix Paul Kühne il y a 11 ans
Parent
commit
b00c3e0922
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -12,7 +12,7 @@ CONFIGURATION="Release"
 NONETWORK=no
 SKIPLIBVLCCOMPILATION=no
 
-TESTEDVLCKITHASH=eb9b82880
+TESTEDVLCKITHASH=cc1add3c5
 TESTEDMEDIALIBRARYKITHASH=973a5eb38
 
 usage()