From b3201d4dd313fec85c4c4a61b0df939944963777 Mon Sep 17 00:00:00 2001 From: ypc <15051963820@163.com> Date: Mon, 11 May 2026 13:33:03 +0800 Subject: [PATCH] =?UTF-8?q?<=E4=BF=AE=E6=94=B9>=201=E3=80=81=E8=B0=83?= =?UTF-8?q?=E6=95=B4makefile=E7=9A=84mk=E6=96=87=E4=BB=B6=E4=B8=AD61850?= =?UTF-8?q?=E5=BA=93=E6=96=87=E4=BB=B6=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release/linux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/linux.mk b/release/linux.mk index 57468fc..d0949b4 100644 --- a/release/linux.mk +++ b/release/linux.mk @@ -42,9 +42,9 @@ REL_INC = -I$(ROOT_DIR)/release/inc # 61850库路径 ifeq ($(CROSS), arm) -LIB_61850 = $(ROOT_DIR)/libiec61850-1.5.3/build-arm +LIB_61850 = $(ROOT_DIR)/libiec61850/build-arm else -LIB_61850 = $(ROOT_DIR)/libiec61850-1.5.3/build +LIB_61850 = $(ROOT_DIR)/libiec61850/build endif # 编译选项