opencsg: fix for qt5 update (output directory)

pull/2482/head
Tony Theodore 4 years ago
parent 8474ab2e89
commit 1419b5386f

@ -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 =

Loading…
Cancel
Save