<修改> 1、调整makefile的mk文件中61850库文件的路径

This commit is contained in:
ypc 2026-05-11 13:33:03 +08:00
parent ce509d8be9
commit b3201d4dd3
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ REL_INC = -I$(ROOT_DIR)/release/inc
# 61850库路径 # 61850库路径
ifeq ($(CROSS), arm) ifeq ($(CROSS), arm)
LIB_61850 = $(ROOT_DIR)/libiec61850-1.5.3/build-arm LIB_61850 = $(ROOT_DIR)/libiec61850/build-arm
else else
LIB_61850 = $(ROOT_DIR)/libiec61850-1.5.3/build LIB_61850 = $(ROOT_DIR)/libiec61850/build
endif endif
# 编译选项 # 编译选项