fix typos

This commit is contained in:
Mariusz Kurek
2022-10-19 23:58:17 +02:00
committed by GitHub
parent e9e1eaea62
commit a1e4f38877

4
debian/rules vendored
View File

@@ -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