Open
Description
Our python setup requires cross compiling, which isn't working because of ./configure
running within setup.py
. I have locally patched out the embedded libbacktrace
and replaced it with link opts to a cross compiled libbacktrace
. It would be nice to not need the patch; perhaps you would accept an patch to have an environment var that drops the libbacktrace
embed stuff (and maybe append -lbacktrace
)?
I would like to know whether you would accept such a patch before submitting a PR.
Metadata
Metadata
Assignees
Labels
No labels