When using the SDK as a replacment for FD.o/GNOME/KDE upstream's to build with flatpak-builder, libraries will be built into /app/lib rather than in /app/lib64 as in Fedora builds.
7 lines
157 B
JSON
7 lines
157 B
JSON
{
|
|
"libdir": "%{_libdir}",
|
|
"cflags": "%{build_cflags}",
|
|
"cxxflags": "%{build_cxxflags}",
|
|
"cppflags": "",
|
|
"ldflags": "-L/app/lib %{build_ldflags}"
|
|
}
|