diff mate/libmatemixer/libmatemixer.sh @ 494:2f9967c0f741

mate: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:10:00 +0200
parents 5e1f8e58a55d
children 263706a69f92
line wrap: on
line diff
--- a/mate/libmatemixer/libmatemixer.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/libmatemixer/libmatemixer.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -25,7 +25,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}