mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
fix
This commit is contained in:
parent
3bc6ad4c90
commit
a2751ced5e
@ -7,7 +7,7 @@ cd $path
|
||||
cd ..
|
||||
git clone --depth=50 https://github.com/xiongziliang/ZLMediaKit.git
|
||||
cd ZLMediaKit
|
||||
git checkout 2.0-alpha
|
||||
git fetch origin 2.0-alpha:2.0-alpha
|
||||
mkdir -p android_build
|
||||
rm -rf ./build
|
||||
ln -s ./android_build build
|
||||
|
@ -13,7 +13,7 @@ cd $path
|
||||
cd ..
|
||||
git clone --depth=50 https://github.com/xiongziliang/ZLMediaKit.git
|
||||
cd ZLMediaKit
|
||||
git checkout 2.0-alpha
|
||||
git fetch origin 2.0-alpha:2.0-alpha
|
||||
mkdir -p linux_build
|
||||
rm -rf ./build
|
||||
ln -s ./linux_build build
|
||||
|
@ -12,7 +12,7 @@ cd $path
|
||||
cd ..
|
||||
git clone --depth=50 https://github.com/xiongziliang/ZLMediaKit.git
|
||||
cd ZLMediaKit
|
||||
git checkout 2.0-alpha
|
||||
git fetch origin 2.0-alpha:2.0-alpha
|
||||
mkdir -p mac_build
|
||||
rm -rf ./build
|
||||
ln -s ./mac_build build
|
||||
|
Loading…
Reference in New Issue
Block a user