Elliot Cameron

Results 3 issues of Elliot Cameron

It's been quite some time since the last release. Could you cut a new one? As an aside: Are you interested in finding additional maintainers for this project to help...

`patchelf --add-needed libX Y && patchelf --add-needed libX Y` will add `libX` twice. The same goes for `patchelf --add-rpath`. It would be very handy if there were a way to...

`libxtwrapper.so` is built as if it is a C extension Python module. It certainly is a C extension, but it's not a Python module (one cannot simply `import` it). Because...