fix typos

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

2
debian/rules vendored
View File

@@ -9,7 +9,7 @@ ifeq ($(ARCH), $(filter $(ARCH), amd64 i386))
NDR=off NDR=off
ifeq ($(ARCH),amd64) ifeq ($(ARCH),amd64)
TOOLCHAIN=cmake/flags-gcc-x86_64.cmake TOOLCHAIN=cmake/flags-gcc-x86_64.cmake
elif else
TOOLCHAIN=cmake/flags-gcc-i686.cmake TOOLCHAIN=cmake/flags-gcc-i686.cmake
endif endif
else else