Explorar el Código

Compilation script: update VLCKit to fix compilation

HEADER_SEARCH_PATHS were set incorrectly leading to an internal Xcode error
Felix Paul Kühne hace 11 años
padre
commit
b00c3e0922
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()