mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Ports/glib: Maintain compatibility with meson < 0.57.0
This commit is contained in:
parent
b5f812d11d
commit
83a4c1732b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue