glib: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 05:17:39 +03:00
parent 645e472bed
commit 85d629de7b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
export DESTDIR="$1"
# Remove 'libelf' dependency.
sed 's/HAVE_LIBELF/HAVE_KISS/' gio/meson.build > _
mv -f _ gio/meson.build