xo-pyjit: build + dep fixes

This commit is contained in:
Roland Conybeare 2025-05-08 23:58:16 -05:00
commit ee20e79906
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ set(SELF_SRCS pyjit.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} xo_jit)
#xo_pybind11_dependency(${SELF_LIB} xo_pyexpression)
xo_pybind11_header_dependency(${SELF_LIB} xo_pyexpression)
xo_dependency(${SELF_LIB} refcnt)

View file

@ -18,7 +18,7 @@ namespace xo {
using xo::pyutil::pycaller_base;
using xo::pyutil::pycaller;
using xo::reflect::Reflect;
using xo::ref::rp;
using xo::rp;
//using xo::ref::Refcount;
using xo::ref::unowned_ptr;
namespace py = pybind11;