Browse Source

Fix archiving VLCKit

Felix Paul Kühne 10 years ago
parent
commit
39bbeab241
1 changed files with 2 additions and 0 deletions
  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"