mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Update github download link.
This commit is contained in:
parent
50e86ebca7
commit
7be19917bb
@ -36,7 +36,7 @@ function set_package_link()
|
|||||||
pushd $BUILD_DIR &>/dev/null
|
pushd $BUILD_DIR &>/dev/null
|
||||||
|
|
||||||
DOWNLOAD_PAGE=llvmorg-$CLANG_VERSION
|
DOWNLOAD_PAGE=llvmorg-$CLANG_VERSION
|
||||||
download https://github.com/llvm/llvm-project/releases/tag/$DOWNLOAD_PAGE &>/dev/null
|
download https://github.com/llvm/llvm-project/releases/expanded_assets/$DOWNLOAD_PAGE &>/dev/null
|
||||||
|
|
||||||
if [[ $(file $DOWNLOAD_PAGE) == *gzip* ]]; then
|
if [[ $(file $DOWNLOAD_PAGE) == *gzip* ]]; then
|
||||||
mv $DOWNLOAD_PAGE $DOWNLOAD_PAGE.gz
|
mv $DOWNLOAD_PAGE $DOWNLOAD_PAGE.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user