mirror of
https://github.com/ceph/ceph
synced 2025-03-10 02:09:21 +00:00
Merge pull request #7684 from ceph/wip-pybind-install
pybind: use correct subdir for rados install-exec rule Reviewed-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
commit
037852eab5
@ -21,7 +21,7 @@ rados-pybind-install-exec: ${srcdir}/ceph_ver.h
|
||||
else \
|
||||
options=--prefix=$(prefix) ; \
|
||||
fi ; \
|
||||
cd $(srcdir)/pybind; $(PY_DISTUTILS) build \
|
||||
cd $(srcdir)/pybind/rados; $(PY_DISTUTILS) build \
|
||||
--build-base $(shell readlink -f $(builddir))/build \
|
||||
install \
|
||||
$$options $$root \
|
||||
|
Loading…
Reference in New Issue
Block a user