diff core/zstd/zstd.sh @ 391:bdad6c7981e7

core: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 13:33:22 +0200
parents 2a36bbed1d3d
children 014d018468fb
line wrap: on
line diff
--- a/core/zstd/zstd.sh	Tue Apr 02 20:03:00 2019 +0200
+++ b/core/zstd/zstd.sh	Tue Apr 02 13:33:22 2019 +0200
@@ -22,7 +22,7 @@
 PKGSUMMARY="fast real-time compression algorithm"
 PKGDOWNLOAD="https://github.com/facebook/zstd/releases/download/v$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O3}                # upstream default
 
 build()