From 7b3751d32b200e1b14585e0037ea93eab4ff2ee2 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Thu, 10 Apr 2025 17:53:30 +0800 Subject: [PATCH] debug --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index f2ad9c9..ccf74e0 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,7 @@ g++ -shared -fPIC \ -I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \ -L./lib \ + -DRTC_NUMPY_IMPL \ rtc_plugins.cpp util/RTCContext.cpp \ -lMRTCEngine -lboost_python310 -lpython3.10 \ -Wl,-rpath='$ORIGIN/lib' \