OOML
OOML copied to clipboard
cmake tries to install libraries into the wrong directory
I'm trying to write a Gentoo ebuild to package this library, but when it gets to the install phase, it's trying to write .so files to /usr/lib. This is incorrect on at least AMD64, and possibly on other architectures.
The attached patch fixes this.