]> git.cworth.org Git - notmuch/commit
python-cffi: enable out-of-tree builds
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 22 May 2020 01:03:59 +0000 (21:03 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 30 May 2020 15:42:14 +0000 (12:42 -0300)
commitef0ab496b3f1e3a85f08102e3aaf251f4af69fd3
treeedd2c22d529e86107553bf2fe6aa278bbb42a8f2
parentc9e55a712e1ab4d5e84ba15d07d094865e72ffa1
python-cffi: enable out-of-tree builds

This is a simple hack to enable out-of-tree builds, a concern raised
by Tomi in id:m24kzjib9a.fsf@guru.guru-group.fi

This change at least enables "make check" to complete without error,
but I'm sure it could be improved.  I am not expert enough in
setuptools to know how.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Amended by db per id:87d06usa31.fsf@powell.devork.be
configure
test/T391-python-cffi.sh