opencsg: fix for qt5 update (output directory)

This commit is contained in:
Tony Theodore 2020-04-08 01:09:38 +10:00
parent 8474ab2e89
commit 1419b5386f
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/opencsgexample.exe' '$(PREFIX)/$(TARGET)/bin/test-opencsg.exe'
$(INSTALL) -m755 '$(SOURCE_DIR)/example/$(BUILD_TYPE)/opencsgexample.exe' '$(PREFIX)/$(TARGET)/bin/test-opencsg.exe'
endef
$(PKG)_BUILD_SHARED =