Explorar o código

Fix archiving VLCKit

Felix Paul Kühne %!s(int64=10) %!d(string=hai) anos
pai
achega
39bbeab241
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Pre-Compile.sh

+ 2 - 0
Pre-Compile.sh

@@ -38,9 +38,11 @@ if test "${ACTION}" = "clean"; then
 fi
 
 if test "${ACTION}" != "build"; then
+if test "${ACTION}" != "install"; then
     echo "This script is supposed to run from xcodebuild or Xcode"
     exit 1
 fi
+fi
 
 lib="lib"
 plugins="plugins"