2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-22 02:14:41 -07:00

shared-mime-info: Use cc @konimex

This commit is contained in:
Dylan Araps 2020-02-12 09:00:18 +02:00
parent 080fd82bdd
commit b85caf3dc0
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
"${CC:-gcc}" -o "$1/usr/bin/update-mime-database" \
"${CC:-cc}" -o "$1/usr/bin/update-mime-database" \
$(pkg-config --libs --cflags glib-2.0 libxml-2.0) \
update-mime-database.c