1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:27:35 +00:00

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() { install() {
run meson install -C _build --destdir $SERENITY_BUILD_DIR/Root export DESTDIR=$SERENITY_BUILD_DIR/Root
run meson install -C _build
} }