From 71c847e99c0ce99fae955b08c0aafecb0fb9bdd6 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 18 一月 2021 11:55:33 +0800
Subject: [PATCH] Merge branch 'master' into dev
---
test_socket/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test_socket/Makefile b/test_socket/Makefile
index 47331b4..9e3e296 100644
--- a/test_socket/Makefile
+++ b/test_socket/Makefile
@@ -2,13 +2,13 @@
PLATFORM=$(shell $(ROOT)/systype.sh)
include $(ROOT)/Make.defines.$(PLATFORM)
-#RPATH += -Wl,-rpath=${ROOT}/lib
+RPATH += -Wl,-rpath=$(ROOT)/lib:$(DEST)/lib
# 寮�婧愬伐鍏峰寘璺緞
LDDIR += -L${DEST}/lib
# 寮�婧愬伐鍏峰寘
#-lusgcommon
-LDLIBS += -lshm_queue -lpthread
+LDLIBS += -lshm_queue -lpthread -lusgcommon
INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I$(ROOT)/include/usgcommon
--
Gitblit v1.8.0