From f312209ac2620c2455d11b997592bf909a76de5f Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 13 Oct 2019 20:30:22 +1100 Subject: [PATCH] qtifw: wrap lines and fix darwin build (creates *.app) --- src/qtifw.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/qtifw.mk b/src/qtifw.mk index e7d9c81e..caa20645 100644 --- a/src/qtifw.mk +++ b/src/qtifw.mk @@ -29,6 +29,13 @@ define $(PKG)_BUILD_STATIC $(MAKE) -C '$(1)' -j '$(JOBS)' || $(MAKE) -C '$(1)' -j 1 $(MAKE) -C '$(1)' -j 1 install - # build the tutorial installer in /tmp, because the binarycreator internal rename will fail if /tmp is not in the same filesystem as mxe - cd '$(1)examples/tutorial' && '$(PREFIX)/bin/$(BUILD)-binarycreator' -c config/config.xml -p packages -t $(PREFIX)/$(TARGET)/qt5/bin/installerbase.exe /tmp/test-$(PKG)-tutorialinstaller.exe && mv /tmp/test-$(PKG)-tutorialinstaller.exe $(PREFIX)/$(TARGET)/bin/test-$(PKG)-tutorialinstaller.exe + # build the tutorial installer in /tmp, because the binarycreator internal + # rename will fail if /tmp is not in the same filesystem as mxe + cd '$(1)examples/tutorial' && \ + '$(PREFIX)/bin/$(BUILD)-binarycreator' \ + -c config/config.xml \ + -p packages \ + -t '$(PREFIX)/$(TARGET)/qt5/bin/installerbase.exe' \ + '/tmp/test-$(PKG)-tutorialinstaller.exe' && \ + mv '/tmp/test-$(PKG)-tutorialinstaller.exe'* '$(PREFIX)/$(TARGET)/bin/' endef