qtbase: fix -debug-and-release test build

fixes #2539
This commit is contained in:
Tony Theodore 2020-07-07 01:51:48 +10:00
parent 5a95067499
commit 9fa156ac34
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ define $(PKG)_BUILD
mkdir '$(1)/test-qt'
cd '$(1)/test-qt' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' '$(PWD)/src/qt-test.pro'
$(MAKE) -C '$(1)/test-qt' -j '$(JOBS)'
$(MAKE) -C '$(1)/test-qt' '$(BUILD_TYPE)' -j '$(JOBS)'
$(INSTALL) -m755 '$(1)/test-qt/$(BUILD_TYPE)/test-qt5.exe' '$(PREFIX)/$(TARGET)/bin/'
# build test the manual way