debug
This commit is contained in:
parent
247c325711
commit
e97b9257ae
|
@ -162,6 +162,8 @@ BOOST_PYTHON_MODULE(rtc_plugins) {
|
|||
|
||||
if (!PyArray_API) {
|
||||
std::cout << "PyArray_API is null" << std::endl;
|
||||
} else {
|
||||
std::cout << "PyArray_API is not null" << std::endl;
|
||||
}
|
||||
|
||||
py::def("init", &init);
|
||||
|
|
Loading…
Reference in New Issue