File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ package=native_clang
2
2
$(package)_version =10.0.1
3
3
$(package)_download_path =https://github.com/llvm/llvm-project/releases/download/llvmorg-$($(package ) _version)
4
4
ifneq (,$(findstring aarch64,$(BUILD ) ) )
5
- $(package)_download_file =clang+llvm-$($(package ) _version) -aarch64-linux-gnu.tar.xz
6
5
$(package)_file_name =clang+llvm-$($(package ) _version) -aarch64-linux-gnu.tar.xz
7
6
$(package)_sha256_hash =90dc69a4758ca15cd0ffa45d07fbf5bf4309d47d2c7745a9f0735ecffde9c31f
8
7
else
9
- $(package)_download_file =clang+llvm-$($(package ) _version) -x86_64-linux-gnu-ubuntu-16.04.tar.xz
10
8
$(package)_file_name =clang+llvm-$($(package ) _version) -x86_64-linux-gnu-ubuntu-16.04.tar.xz
11
9
$(package)_sha256_hash =48b83ef827ac2c213d5b64f5ad7ed082c8bcb712b46644e0dc5045c6f462c231
12
10
endif
Original file line number Diff line number Diff line change 1
1
package =native_libtapi
2
2
$(package)_version =664b8414f89612f2dfd35a9b679c345aa5389026
3
3
$(package)_download_path =https://github.com/tpoechtrager/apple-libtapi/archive
4
- $(package)_download_file =$($(package ) _version) .tar.gz
5
4
$(package)_file_name =$($(package ) _version) .tar.gz
6
5
$(package)_sha256_hash =62e419c12d1c9fad67cc1cd523132bc00db050998337c734c15bc8d73cc02b61
7
6
You can’t perform that action at this time.
0 commit comments