From 6a72f287f559db2f9ddd771ecad61e1f601c4268 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Feb 2021 17:21:45 +0100 Subject: [PATCH] libclc: build with ninja --- srcpkgs/libclc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libclc/template b/srcpkgs/libclc/template index 590a33736f1..a1ff860eacd 100644 --- a/srcpkgs/libclc/template +++ b/srcpkgs/libclc/template @@ -21,7 +21,7 @@ do_configure() { unset CC CXX LD CFLAGS CXXFLAGS LDFLAGS mkdir -p build cd build - cmake ${configure_args} .. + cmake -GNinja ${configure_args} .. } post_install() {