diff options
Diffstat (limited to 'src/sparsehash.mk')
-rw-r--r-- | src/sparsehash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sparsehash.mk b/src/sparsehash.mk index 85273d1..62b65f8 100644 --- a/src/sparsehash.mk +++ b/src/sparsehash.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7 $(PKG)_SUBDIR := $(PKG)-$(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/$(PKG)/$(PKG)/archive/$($(PKG)_FILE) -$(PKG)_DEPS := gcc +$(PKG)_DEPS := cc define $(PKG)_UPDATE $(call MXE_GET_GITHUB_TAGS, sparsehash/sparsehash, sparsehash-) |