From 17812e1bad2472e083f8f5f26190669e6dd374a9 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 21 Mar 2018 15:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_for_android.sh | 2 -- build_for_ios.sh | 2 -- build_for_linux.sh | 2 -- build_for_mac.sh | 2 -- 4 files changed, 8 deletions(-) diff --git a/build_for_android.sh b/build_for_android.sh index e669cfe8..f6fca1b5 100755 --- a/build_for_android.sh +++ b/build_for_android.sh @@ -1,8 +1,6 @@ #!/bin/bash -path=`pwd` cd .. git clone --depth=1 https://github.com/xiongziliang/ZLMediaKit.git -cd $path cd ZLMediaKit git submodule init git submodule update diff --git a/build_for_ios.sh b/build_for_ios.sh index 3e58e8c9..c7bf929b 100755 --- a/build_for_ios.sh +++ b/build_for_ios.sh @@ -1,8 +1,6 @@ #!/bin/bash -path=`pwd` cd .. git clone --depth=1 https://github.com/xiongziliang/ZLMediaKit.git -cd $path cd ZLMediaKit git submodule init git submodule update diff --git a/build_for_linux.sh b/build_for_linux.sh index 0feb3f43..2a510c59 100755 --- a/build_for_linux.sh +++ b/build_for_linux.sh @@ -1,8 +1,6 @@ #!/bin/bash -path=`pwd` cd .. git clone --depth=1 https://github.com/xiongziliang/ZLMediaKit.git -cd $path cd ZLMediaKit git submodule init git submodule update diff --git a/build_for_mac.sh b/build_for_mac.sh index 8f5e0003..60828d2d 100755 --- a/build_for_mac.sh +++ b/build_for_mac.sh @@ -1,8 +1,6 @@ #!/bin/bash -path=`pwd` cd .. git clone --depth=1 https://github.com/xiongziliang/ZLMediaKit.git -cd $path cd ZLMediaKit git submodule init git submodule update