summaryrefslogtreecommitdiffstats
path: root/src/json_spirit.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-27 00:32:17 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-27 02:44:19 (GMT)
commit86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c (patch)
tree3fe44146ff5b92bb5bc0c7bdc907f32d66e3028d /src/json_spirit.mk
parent3d9c254ac15903cb42b279b5bf870a74955899f8 (diff)
downloadmxe-86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c.zip
mxe-86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c.tar.gz
mxe-86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c.tar.bz2
Fix downloading json_spirit,liboauth, and netcdf
See #774.
Diffstat (limited to 'src/json_spirit.mk')
-rw-r--r--src/json_spirit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json_spirit.mk b/src/json_spirit.mk
index 798a06f..1f7cc40 100644
--- a/src/json_spirit.mk
+++ b/src/json_spirit.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := $(PKG)_v$($(PKG)_VERSION).zip
# The original source of this file at
# http://www.codeproject.com/KB/recipes/JSON_Spirit/json_spirit_v4.08.zip
# is behind a login screen. Use manually downloaded cache on the S3 bucket.
-$(PKG)_URL = $(PKG_MIRROR)/$(shell $(call ESCAPE_PKG,json_spirit))
+$(PKG)_URL = $(PKG_MIRROR)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc boost
define $(PKG)_UPDATE