From 89329f9dcd3b61f932533d32a6e2fc48a29c319c Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Tue, 23 Feb 2021 01:26:23 +0300 Subject: [PATCH] llvm fix deps --- programming/build/llvm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index a45bd72ba2..a5c170ff98 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -67,7 +67,7 @@ def setup(): cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -G 'Unix Makefiles' \ + -G 'Ninja' \ %s \ -DLLVM_ENABLE_PROJECTS='%s' \ -DLLVM_LIBDIR_SUFFIX=%s \