From 9303afba7ee9b9aaa2e08cfa95dc739c42b19b88 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Tue, 15 Apr 2025 12:52:27 +0800 Subject: [PATCH] debug --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b7cd504..8432fbb 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ g++ -shared -fPIC \ -L./lib -L/usr/lib/x86_64-linux-gnu \ -DRTC_NUMPY_IMPL \ rtc_plugins.cpp util/RTCContext.cpp \ - -lMRTCEngine -lboost_python310 lboost_numpy310 -lpython3.10 \ + -lMRTCEngine -lboost_python310 -lboost_numpy310 -lpython3.10 \ -Wl,-rpath='$ORIGIN/lib' \ -o rtc_plugins.so #g++ -shared -fPIC \