[clockframe] put platform select setting into clockFrame process

This commit is contained in:
lupeng 2019-01-23 14:41:54 +08:00
parent 6e51825c8d
commit e2cbd676a6
2 changed files with 6 additions and 6 deletions

View File

@ -41,7 +41,7 @@ define Build/Prepare
$(CP) -r ./C1-windows/Frames/* $(PKG_BUILD_DIR)/ $(CP) -r ./C1-windows/Frames/* $(PKG_BUILD_DIR)/
rm -rf $(PKG_BUILD_DIR)/main.cpp rm -rf $(PKG_BUILD_DIR)/main.cpp
$(CP) -r ./src/* $(PKG_BUILD_DIR)/ $(CP) -r ./src/* $(PKG_BUILD_DIR)/
$(CP) clockFrameQt.sh $(PKG_BUILD_DIR)/clockFrame $(CP) clockFrame.sh $(PKG_BUILD_DIR)/clockFrame
endef endef
define Build/Configure define Build/Configure