summaryrefslogtreecommitdiffstats
path: root/src/openblas.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-25 13:36:07 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-12-22 21:19:00 (GMT)
commit01e2a64d00ebcdc2aa31332eb33f9776d6d62f99 (patch)
tree2f985aec8dd2437d1acffb1ed9f8ac3936997a39 /src/openblas.mk
parent3a26dafbd19b86d3f36a2e48e44d130accaa2634 (diff)
downloadmxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.zip
mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.gz
mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.bz2
cross packages: replace dependency gcc with cc
Diffstat (limited to 'src/openblas.mk')
-rw-r--r--src/openblas.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openblas.mk b/src/openblas.mk
index 1aaecbb..a803b88 100644
--- a/src/openblas.mk
+++ b/src/openblas.mk
@@ -7,7 +7,7 @@ $(PKG)_IGNORE :=
$(PKG)_VERSION := 0.2.20
$(PKG)_CHECKSUM := 5ef38b15d9c652985774869efd548b8e3e972e1e99475c673b25537ed7bcf394
$(PKG)_GH_CONF := xianyi/OpenBLAS/tags, v
-$(PKG)_DEPS := gcc pthreads
+$(PKG)_DEPS := cc pthreads
# openblas has it's own optimised versions of netlib lapack that
# it bundles into -lopenblas so won't conflict with those libs