瀏覽代碼

Fix archiving VLCKit

Felix Paul Kühne 10 年之前
父節點
當前提交
39bbeab241
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"