diff dev/gobject-introspection/gobject-introspection.sh @ 500:d27efe5b1ea0

dev: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:24:00 +0200
parents 909629b092a3
children c6c29dc90899
line wrap: on
line diff
--- a/dev/gobject-introspection/gobject-introspection.sh	Mon Apr 08 20:20:00 2019 +0200
+++ b/dev/gobject-introspection/gobject-introspection.sh	Mon Apr 08 20:24:00 2019 +0200
@@ -23,7 +23,7 @@
 PKGDOWNLOAD="https://download.gnome.org/sources/$PKGNAME/1.60/$PKGNAME-$PKGVERSION.tar.xz"
 PKGDEPENDS="dev/meson:build"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}