Commit 97fdabbd authored by Florent Revest's avatar Florent Revest

libsignon-qt5: Only apply a build workaround for 64bit hosts when actually...

libsignon-qt5: Only apply a build workaround for 64bit hosts when actually building on a 64bit host. Closes https://github.com/AsteroidOS/asteroid/issues/44
parent 30303ab1
......@@ -15,7 +15,9 @@ do_configure_prepend() {
}
do_install_append() {
mv ${D}/usr/lib64/ ${D}/usr/lib/
if [ -d "${D}/usr/lib64/" ]; then
mv ${D}/usr/lib64/ ${D}/usr/lib/
fi
}
DEPENDS += "qtbase"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment