You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ar since binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. So libsframe needs to be copied, else the apply_extra script won't work.
cp -a /usr/lib/$(gcc --print-multiarch)/libsframe.so* ${FLATPAK_DEST}/lib
Hi, this is a heads up.
arsince binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. Solibsframeneeds to be copied, else theapply_extrascript won't work.Another option is to use bsdtar instead of ar.
Thanks