This commit is contained in:
wangjiyu 2025-04-10 17:53:30 +08:00
parent 4358203223
commit 7b3751d32b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
g++ -shared -fPIC \ g++ -shared -fPIC \
-I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \ -I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
-L./lib \ -L./lib \
-DRTC_NUMPY_IMPL \
rtc_plugins.cpp util/RTCContext.cpp \ rtc_plugins.cpp util/RTCContext.cpp \
-lMRTCEngine -lboost_python310 -lpython3.10 \ -lMRTCEngine -lboost_python310 -lpython3.10 \
-Wl,-rpath='$ORIGIN/lib' \ -Wl,-rpath='$ORIGIN/lib' \