debug
This commit is contained in:
parent
de4461ec76
commit
91827e8bf4
2
build.sh
2
build.sh
|
@ -3,7 +3,7 @@ g++ -shared -fPIC \
|
||||||
-L./lib \
|
-L./lib \
|
||||||
-DRTC_NUMPY_IMPL \
|
-DRTC_NUMPY_IMPL \
|
||||||
rtc_plugins.cpp util/RTCContext.cpp \
|
rtc_plugins.cpp util/RTCContext.cpp \
|
||||||
-lMRTCEngine -lboost_python310 -lpython3.10 \
|
-lMRTCEngine -lboost_python310 libboost_numpy310 -lpython3.10 \
|
||||||
-Wl,-rpath='$ORIGIN/lib' \
|
-Wl,-rpath='$ORIGIN/lib' \
|
||||||
-o rtc_plugins.so
|
-o rtc_plugins.so
|
||||||
#g++ -shared -fPIC \
|
#g++ -shared -fPIC \
|
||||||
|
|
Loading…
Reference in New Issue