From 7d0bcaad1adb830c3586a7909a794d8c5cc4d8ad Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 14 Nov 2019 11:18:55 +0100 Subject: [PATCH] llvm: fix be0 BEE_NINJAFLAGS BEE_MAKEFLAGS is incompatible to ninja --- llvm.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.be0 b/llvm.be0 index ea6c66fff..015a32943 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-8.0.0-0 +# BEE_VERSION llvm-8.0.0-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -67,7 +67,7 @@ mee_configure() { } mee_build() { - start_cmd ninja -v -C ${B} ${BEE_MAKEFLAGS} "${@}" + start_cmd ninja -v -C ${B} ${BEE_NINJAFLAGS} "${@}" } mee_install() {