summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 5f953f5..71536fe 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -127,13 +127,12 @@ define $(PKG)_BUILD
echo 'set(MNG_LIBRARY mng lcms2 lzma)' >> '$(CMAKE_TOOLCHAIN_DIR)/$(PKG).cmake'
# test cmake
- $(and $(ENABLE_CMAKE_TESTS),
mkdir '$(1).test-cmake'
cd '$(1).test-cmake' && '$(TARGET)-cmake' \
-DPKG=$(PKG) \
-DPKG_VERSION=$($(PKG)_VERSION) \
'$(PWD)/src/cmake/test'
- $(MAKE) -C '$(1).test-cmake' -j 1 install)
+ $(MAKE) -C '$(1).test-cmake' -j 1 install
endef
$(PKG)_BUILD_SHARED = $(subst -static ,-shared ,\