opencsg: fix for Qt 5.14 update

This commit is contained in:
Tony Theodore 2020-01-19 16:19:28 +11:00
parent 2a6658cd92
commit 20a727ac0f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ define $(PKG)_BUILD
cd '$(SOURCE_DIR)/example' && '$(PREFIX)/$(TARGET)/$($(PKG)_QT_DIR)/bin/qmake' example.pro
$(MAKE) -C '$(SOURCE_DIR)/example' -j '$(JOBS)'
$(INSTALL) -m755 '$(SOURCE_DIR)/example/release/opencsgexample.exe' '$(PREFIX)/$(TARGET)/bin/test-opencsg.exe'
$(INSTALL) -m755 '$(SOURCE_DIR)/example/opencsgexample.exe' '$(PREFIX)/$(TARGET)/bin/test-opencsg.exe'
endef
$(PKG)_BUILD_SHARED =