From da2a2e8e2698fa551babb983df60fe7fe37b646a Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov Date: Tue, 22 Dec 2020 10:38:39 +0300 Subject: [PATCH 1/2] try to pass ninja flags in deb package --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 837f81dd503..69cebbf50fd 100755 --- a/debian/rules +++ b/debian/rules @@ -62,7 +62,7 @@ ifndef DISABLE_NINJA NINJA=$(shell which ninja) ifneq ($(NINJA),) CMAKE_FLAGS += -GNinja - export MAKE=$(NINJA) + export MAKE=$(NINJA) $(NINJA_FLAGS) endif endif From 610361dfbcda004c4f2b6115ea3610c34a2a583f Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov Date: Tue, 22 Dec 2020 11:45:05 +0300 Subject: [PATCH 2/2] boop