fix typos
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -6,10 +6,10 @@
|
|||||||
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
|
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||||
|
|
||||||
ifeq ($(ARCH), $(filter $(ARCH), amd64 i386))
|
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
|
||||||
|
Reference in New Issue
Block a user