From bb912a87ffbad30352a2ee689e222daa55adcdcd Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 8 May 2023 21:31:32 +0500 Subject: nimble.eclass: force ninja again Signed-off-by: Anna (cybertailor) Vyalkova --- eclass/nimble.eclass | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'eclass/nimble.eclass') diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass index 410b94932..a393ee263 100644 --- a/eclass/nimble.eclass +++ b/eclass/nimble.eclass @@ -58,6 +58,12 @@ if [[ ! ${_NIMBLE_ECLASS} ]]; then # Build directory, location where all generated files should be placed. # If this isn't set, it defaults to ${WORKDIR}/${P}-build. +# @ECLASS_VARIABLE: NINJA +# @INTERNAL +# @DESCRIPTION: +# Force ninja because samu doesn't work correctly ('-n' flag is required). +NINJA="ninja" + inherit nim-utils ninja-utils BDEPEND="${NINJA_DEPEND} -- cgit v1.2.3-65-gdbad