This commit is contained in:
wangjiyu 2025-04-15 12:52:27 +08:00
parent 7ac442f2ac
commit 9303afba7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \