FlorianRhiem / pyGLFW

Python bindings for GLFW
MIT License
233 stars 36 forks source link

library: Search for aarch64 multi arch libs too #34

Closed agx closed 4 years ago

FlorianRhiem commented 4 years ago

Thank you! I've released this as 1.8.5.

agx commented 4 years ago

that was quick, thanks! note that it might be better to get the multi arch tuple dynamically but that requires either gcc or dpkg so i went for just adding one more path.

FlorianRhiem commented 4 years ago

Something like '/usr/lib/'+platform.machine()+'-linux-gnu' might be a way of making this more dynamic, but personally I'm fine with doing it this way, until there are users for which the current system doesn't work. :)