debug
This commit is contained in:
parent
e7b19b4e9a
commit
7ce5b29e0f
1
build.sh
1
build.sh
|
@ -12,6 +12,5 @@ g++ -shared -fPIC \
|
||||||
-lboost_python310 -lpython3.10 \
|
-lboost_python310 -lpython3.10 \
|
||||||
-lMRTCEngine -lboost_python310 -lpython3.10 \
|
-lMRTCEngine -lboost_python310 -lpython3.10 \
|
||||||
-L$(python3 -c "import numpy; print(numpy.get_include())") \
|
-L$(python3 -c "import numpy; print(numpy.get_include())") \
|
||||||
-lnumpy_core \
|
|
||||||
rtc_plugins.cpp util/RTCContext.cpp \
|
rtc_plugins.cpp util/RTCContext.cpp \
|
||||||
-o rtc_plugins.so
|
-o rtc_plugins.so
|
Loading…
Reference in New Issue