ソースを参照

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"