From 53e0c3125171bcd5909cf47fd3c8434eb1f415bd Mon Sep 17 00:00:00 2001 From: QiuSimons <45143996+QiuSimons@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:55:06 +0800 Subject: [PATCH] Update Makefile --- daed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daed/Makefile b/daed/Makefile index 9fe79ae..5c13fa7 100644 --- a/daed/Makefile +++ b/daed/Makefile @@ -78,7 +78,7 @@ define Build/Prepare ( \ $(TAR) --strip-components=1 -C $(PKG_BUILD_DIR)/../ -xzf $(DL_DIR)/$(PKG_NAME)-$(PKG_VERSION).tar.gz ; \ rm -rf $(PKG_BUILD_DIR) && git clone https://github.com/daeuniverse/dae-wing $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing ; \ - rm -rf $(PKG_BUILD_DIR)/dae-core && git clone https://github.com/daeuniverse/dae $(PKG_BUILD_DIR)/dae-core ; \ + 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 ; \ git submodule update --init ; \ go mod tidy ; \