diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 13:36:07 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:19:00 (GMT) |
commit | 01e2a64d00ebcdc2aa31332eb33f9776d6d62f99 (patch) | |
tree | 2f985aec8dd2437d1acffb1ed9f8ac3936997a39 /src/qtscxml.mk | |
parent | 3a26dafbd19b86d3f36a2e48e44d130accaa2634 (diff) | |
download | mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.zip mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.gz mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.bz2 |
cross packages: replace dependency gcc with cc
Diffstat (limited to 'src/qtscxml.mk')
-rw-r--r-- | src/qtscxml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtscxml.mk b/src/qtscxml.mk index 6c1085c..ae24ca6 100644 --- a/src/qtscxml.mk +++ b/src/qtscxml.mk @@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 4bbb19d6b169ab04aec62d09ed4324639cda13d2c25cf584c9061c5d9af65 $(PKG)_SUBDIR = $(subst qtbase,qtscxml,$(qtbase_SUBDIR)) $(PKG)_FILE = $(subst qtbase,qtscxml,$(qtbase_FILE)) $(PKG)_URL = $(subst qtbase,qtscxml,$(qtbase_URL)) -$(PKG)_DEPS := gcc qtbase qtdeclarative +$(PKG)_DEPS := cc qtbase qtdeclarative define $(PKG)_UPDATE echo $(qtbase_VERSION) |