2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

shared-mime-info: allow build with CC

This commit is contained in:
Dylan Araps 2019-10-08 21:19:20 +03:00
parent b9afa0b8f4
commit 46a525bd9b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -49,6 +49,6 @@ EOF
sed -i"" 's/<config.h>/"config.h"/' update-mime-database.c
# shellcheck disable=2046
gcc -o "$1/usr/bin/update-mime-database" \
"${CC:-gcc}" -o "$1/usr/bin/update-mime-database" \
$(pkg-config --libs --cflags glib-2.0 libxml-2.0) \
update-mime-database.c