python-javabridge
python-javabridge copied to clipboard
Support alternative architectures
https://github.com/LeeKamentsky/python-javabridge/blob/c7ccaed43ac7752c4ca361abb04fcb4e9ebdb069/javabridge/locate.py#L245
Why not just without explicit arches?
``
if is_linux:
ping? In Fedora we tend to restrict builds on x86_64 only though it's against general policy.
Alternative solutions welcome. I guess one would be to treat all the directories under <JAVA_HOME>/lib as architectures and search client and server for libjvm.so. Using a pathlib glob expression would be more modern.