From a1e4f388775e4c2b6986200953062851933f06d0 Mon Sep 17 00:00:00 2001 From: Mariusz Kurek Date: Wed, 19 Oct 2022 23:58:17 +0200 Subject: [PATCH] fix typos --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 0f4ec85f3..f01d81dcd 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,10 @@ ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) ifeq ($(ARCH), $(filter $(ARCH), amd64 i386)) - NDR=off + NDR=off ifeq ($(ARCH),amd64) TOOLCHAIN=cmake/flags-gcc-x86_64.cmake - elif + else TOOLCHAIN=cmake/flags-gcc-i686.cmake endif else