debug
This commit is contained in:
parent
7ac442f2ac
commit
9303afba7e
2
build.sh
2
build.sh
|
@ -3,7 +3,7 @@ g++ -shared -fPIC \
|
||||||
-L./lib -L/usr/lib/x86_64-linux-gnu \
|
-L./lib -L/usr/lib/x86_64-linux-gnu \
|
||||||
-DRTC_NUMPY_IMPL \
|
-DRTC_NUMPY_IMPL \
|
||||||
rtc_plugins.cpp util/RTCContext.cpp \
|
rtc_plugins.cpp util/RTCContext.cpp \
|
||||||
-lMRTCEngine -lboost_python310 lboost_numpy310 -lpython3.10 \
|
-lMRTCEngine -lboost_python310 -lboost_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