diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-05-28 05:41:12 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-05-28 05:41:12 (GMT) |
commit | 5d4c388be33414e7a802c4959d3d22f759840587 (patch) | |
tree | ee4c27e88553922df742509fca4b13de8fe03457 | |
parent | cf9b1ac69774d7940e1fc2931cccbfa810cb6c89 (diff) | |
download | mxe-5d4c388be33414e7a802c4959d3d22f759840587.zip mxe-5d4c388be33414e7a802c4959d3d22f759840587.tar.gz mxe-5d4c388be33414e7a802c4959d3d22f759840587.tar.bz2 |
host-toolchain: update qt5-host-tools deps
-rw-r--r-- | plugins/examples/host-toolchain/qt5-host-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/examples/host-toolchain/qt5-host-tools.mk b/plugins/examples/host-toolchain/qt5-host-tools.mk index adca6c6..fff4097 100644 --- a/plugins/examples/host-toolchain/qt5-host-tools.mk +++ b/plugins/examples/host-toolchain/qt5-host-tools.mk @@ -4,7 +4,7 @@ PKG := $(basename $(notdir $(lastword $(MAKEFILE_LIST)))) $(PKG)_FILE = $(qtbase_FILE) $(PKG)_PATCHES = $(realpath $(sort $(wildcard $(addsuffix /qtbase-[0-9]*.patch, $(TOP_DIR)/src)))) $(PKG)_SUBDIR = $(qtbase_SUBDIR) -$(PKG)_DEPS := cc gcc-host make-w32-bin qtbase winpthreads-host +$(PKG)_DEPS := cc gcc-host make-host qtbase winpthreads-host # main configure options: -platform -host-option -external-hostbindir # further testing needed: -prefix -extprefix -hostprefix -sysroot -no-gcc-sysroot |