This commit is contained in:
wangjiyu 2025-04-10 16:30:08 +08:00
parent 247c325711
commit e97b9257ae
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ BOOST_PYTHON_MODULE(rtc_plugins) {
if (!PyArray_API) { if (!PyArray_API) {
std::cout << "PyArray_API is null" << std::endl; std::cout << "PyArray_API is null" << std::endl;
} else {
std::cout << "PyArray_API is not null" << std::endl;
} }
py::def("init", &init); py::def("init", &init);