Ports/glib: Maintain compatibility with meson < 0.57.0

This commit is contained in:
Kenneth Myhra 2021-09-19 11:39:56 +02:00 committed by Andreas Kling
parent b5f812d11d
commit 83a4c1732b

View file

@ -16,5 +16,6 @@ build() {
}
install() {
run meson install -C _build --destdir $SERENITY_BUILD_DIR/Root
export DESTDIR=$SERENITY_BUILD_DIR/Root
run meson install -C _build
}