diff lib/libxkbcommon/libxkbcommon.sh @ 392:8017138b628e

lib: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 20:01:00 +0200
parents c6a33cbb38f0
children eec0faf3636c
line wrap: on
line diff
--- a/lib/libxkbcommon/libxkbcommon.sh	Tue Apr 02 13:33:22 2019 +0200
+++ b/lib/libxkbcommon/libxkbcommon.sh	Tue Apr 02 20:01:00 2019 +0200
@@ -26,7 +26,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}