aarnphm / whispercpp

Pybind11 bindings for Whisper.cpp
Apache License 2.0
317 stars 54 forks source link

fix: force `lib` to be output dir for sdl on multilib linux systems #168

Closed remkade closed 9 months ago

remkade commented 9 months ago

What does this PR address?

In some multilib linux systems cmake defaults to lib64 as the install lib path. This forces it to the expected lib. Has no effect on non-multilib systems since this just sets the default to the default.

Before submitting:

remkade commented 9 months ago

This was failing on my multilib gentoo linux install because cmake wanted to put the static libs into lib64 rather than lib as expected.

aarnphm commented 9 months ago

Thanks. I will find some time next week to release a new package for this.