fix a typo

This commit is contained in:
Sylvestre Ledru 2019-10-20 21:40:16 +02:00
parent 38d4c89035
commit f0d6771d04

2
debian/rules vendored
View File

@ -179,7 +179,7 @@ OPENMP_ENABLE=yes
ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel powerpc powerpcspe riscv64 sparc64 s390x x32))
OPENMP_ENABLE=no
else
PROJECTS= += ";openmp"
PROJECTS += ";openmp"
endif
RUN_TEST=yes