debug
This commit is contained in:
parent
4358203223
commit
7b3751d32b
1
build.sh
1
build.sh
|
@ -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' \
|
||||||
|
|
Loading…
Reference in New Issue