flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
141 stars 93 forks source link

builder-module: Fix cmake libdir value #610

Closed bbhtt closed 4 months ago

bbhtt commented 4 months ago

Fixes 8c036e00630e35423c03388aacc06cd00dda74ea

It is being set to $prefix/lib but CMAKE_INSTALL_LIBDIR is not an absolute path by convention 1:

It should be a path relative to the installation prefix

When it is set to /app/lib, it is causing issues in applications 2