Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons authored Feb 28, 2025
1 parent f1b99fc commit 894b562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ define Build/Prepare
rm -rf $(PKG_BUILD_DIR) && git clone https://github.com/daeuniverse/dae-wing $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing && git -C $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing checkout ${WING_VERSION: -7} ; \
rm -rf $(PKG_BUILD_DIR)/dae-core && git clone https://github.com/daeuniverse/dae $(PKG_BUILD_DIR)/dae-core && git -C $(PKG_BUILD_DIR)/dae-core checkout ${CORE_VERSION: -7} ; \
pushd $(PKG_BUILD_DIR)/dae-core ; \
wget -qO - https://github.com/daeuniverse/dae/pull/699.patch | patch -p1 ; \
#wget -qO - https://github.com/daeuniverse/dae/pull/749.patch | patch -p1 ; \
wget -qO - https://github.com/daeuniverse/dae/pull/758.patch | patch -p1 ; \
wget -qO - https://github.com/daeuniverse/dae/pull/759.patch | patch -p1 ; \
wget -qO - https://github.com/daeuniverse/dae/pull/763.patch | patch -p1 ; \
Expand Down

0 comments on commit 894b562

Please sign in to comment.