diff --git a/build.sh b/build.sh index efa442e..53c9eaf 100644 --- a/build.sh +++ b/build.sh @@ -12,6 +12,5 @@ g++ -shared -fPIC \ -lboost_python310 -lpython3.10 \ -lMRTCEngine -lboost_python310 -lpython3.10 \ -L$(python3 -c "import numpy; print(numpy.get_include())") \ - -lnumpy_core \ rtc_plugins.cpp util/RTCContext.cpp \ -o rtc_plugins.so \ No newline at end of file