opencsg: fix for Qt 5.14 update

pull/2456/head
Tony Theodore 4 years ago
parent 2a6658cd92
commit 20a727ac0f

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

Loading…
Cancel
Save