userland icon indicating copy to clipboard operation
userland copied to clipboard

Install libs into multi-arch friendly dirs

Open waveform80 opened this issue 5 years ago • 1 comments

This patch tweaks the CMakeLists to install libraries into the default location instead of a hard-coded "lib". This is usually a multi-arch friendly location, e.g. usr/lib/aarch64-linux-gnu.

This may be too invasive a change for Raspberry Pi OS, where the location is already well established, but I figure the PR (even closed) might be useful for other distros looking to package it.

waveform80 avatar Nov 30 '20 14:11 waveform80

Have you tried to look at https://github.com/raspberrypi/userland/pull/650?

dwrobel avatar Dec 29 '20 13:12 dwrobel