xo-pyjit: build + dep fixes
This commit is contained in:
parent
9aeaaf1c33
commit
ee20e79906
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue