This commit is contained in:
wangjiyu 2025-04-15 11:55:34 +08:00
parent de4461ec76
commit 91827e8bf4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ g++ -shared -fPIC \
-L./lib \
-DRTC_NUMPY_IMPL \
rtc_plugins.cpp util/RTCContext.cpp \
-lMRTCEngine -lboost_python310 -lpython3.10 \
-lMRTCEngine -lboost_python310 libboost_numpy310 -lpython3.10 \
-Wl,-rpath='$ORIGIN/lib' \
-o rtc_plugins.so
#g++ -shared -fPIC \