summaryrefslogtreecommitdiffstats
path: root/src/qca.mk
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2019-12-14 22:18:14 (GMT)
committerTony Theodore <tonyt@logyst.com>2019-12-15 07:28:15 (GMT)
commit2484b58e91660e3e64bfae6385f177feddbd514a (patch)
treec6690bfb7162ceccd4d3417be672b4de2d75a3c5 /src/qca.mk
parentd72b87b8f3df4af543ec40224d1e52204e43c982 (diff)
downloadmxe-2484b58e91660e3e64bfae6385f177feddbd514a.zip
mxe-2484b58e91660e3e64bfae6385f177feddbd514a.tar.gz
mxe-2484b58e91660e3e64bfae6385f177feddbd514a.tar.bz2
qca: fix build after recent changes
Diffstat (limited to 'src/qca.mk')
-rw-r--r--src/qca.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qca.mk b/src/qca.mk
index d106328..53d472a 100644
--- a/src/qca.mk
+++ b/src/qca.mk
@@ -26,7 +26,7 @@ define $(PKG)_BUILD
'greaterThan(QT_GCC_MAJOR_VERSION, 8): QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-copy' \
'$(PWD)/src/qca-test.pro'
$(MAKE) -C '$(BUILD_DIR).test-qmake' -j 1
- $(INSTALL) -m755 '$(BUILD_DIR).test-qmake/$(BUILD_TYPE)/test-qca-qmake.exe' '$(PREFIX)/$(TARGET)/bin/'
+ $(INSTALL) -m755 '$(BUILD_DIR).test-qmake/test-qca-qmake.exe' '$(PREFIX)/$(TARGET)/bin/'
# build test as cmake project
mkdir '$(BUILD_DIR).test-cmake'