summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2019-11-04 09:26:40 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2019-11-04 09:26:40 (GMT)
commit59cbe0715c17311dd4fc0d5f4c8af2e0d07568c2 (patch)
tree8e00e0f86a8da50d4e25de39d539a83b02653508
parent00cb6c2a59e2487472313179e848d78f2893952c (diff)
downloadQt-59cbe0715c17311dd4fc0d5f4c8af2e0d07568c2.zip
Qt-59cbe0715c17311dd4fc0d5f4c8af2e0d07568c2.tar.gz
Qt-59cbe0715c17311dd4fc0d5f4c8af2e0d07568c2.tar.bz2
Fixed make var 7ZIP
Change-Id: Id56a96c3c0e319ca3d295549cc82c2e7d34b655b
-rw-r--r--Makefile.mingw642
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw64 b/Makefile.mingw64
index d22f02e..6b095fd 100644
--- a/Makefile.mingw64
+++ b/Makefile.mingw64
@@ -19,7 +19,7 @@ QT_SRC_PATH = $(QT_BUILD_PATH)/qt-src
GCC = $(shell which g++)
GCC_PATH = $(shell dirname $(GCC))
-7ZIP = $(TOP)/wintools/7za.exe)
+7ZIP = $(TOP)/wintools/7za.exe
PACKAGE_NAME = qt-$(VERSION)-$(ARCH)