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 # 编译选项