Skip to content

Commit 7e8ba76

Browse files
committed
depends: fix expat fetch on darwin
1 parent 9977005 commit 7e8ba76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/depends/packages/expat.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=expat
2-
$(package)_version=$(native_$(package)_version)
3-
$(package)_download_path=$(native_$(package)_download_path)
4-
$(package)_file_name=$(native_$(package)_file_name)
5-
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
2+
$(package)_version=2.7.3
3+
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$($(package)_version))/
4+
$(package)_file_name=expat-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=821ac9710d2c073eaf13e1b1895a9c9aa66c1157a99635c639fbff65cdbdd732
66
$(package)_build_subdir=build
77

88
define $(package)_set_vars

0 commit comments

Comments
 (0)