CI: pass --libdir to Meson

It defaults to lib64 and that might be an issue.
This commit is contained in:
Ernestas Kulik 2018-05-25 22:24:36 +03:00
parent 4432a75d79
commit 3cdf284a1f

View file

@ -27,7 +27,7 @@ flatpak:
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app meson --prefix=/app --libdir=lib ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
# Generate a Flatpak bundle