update 2025-03-04 20:48:13

This commit is contained in:
actions-user 2025-03-04 20:48:13 +08:00
parent e37cee1b23
commit 968788062f

View File

@ -75,6 +75,7 @@ define Build/Prepare
pushd $(PKG_BUILD_DIR)/dae-core ; \ pushd $(PKG_BUILD_DIR)/dae-core ; \
git submodule update --init ; \ git submodule update --init ; \
go mod tidy ; \ go mod tidy ; \
wget -qO - https://github.com/daeuniverse/dae/commit/43ec540.patch | patch -Rp1 ; \
popd ; \ popd ; \
pushd $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing ; \ pushd $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing ; \
wget -qO - https://github.com/daeuniverse/dae-wing/commit/ca02961.patch | patch -p1 ; \ wget -qO - https://github.com/daeuniverse/dae-wing/commit/ca02961.patch | patch -p1 ; \