Prechádzať zdrojové kódy

Fix archiving VLCKit

Felix Paul Kühne 10 rokov pred
rodič
commit
39bbeab241
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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"