diff graphics/libepoxy/libepoxy.sh @ 505:7828241c9634

graphics: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:05:00 +0200
parents b9b822d63c82
children b1690d766bdb
line wrap: on
line diff
--- a/graphics/libepoxy/libepoxy.sh	Mon Apr 08 20:41:30 2019 +0200
+++ b/graphics/libepoxy/libepoxy.sh	Tue Apr 09 20:05: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:=}