From f0d6771d045853f9805a7d16fb599e90fd79b1a1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 20 Oct 2019 21:40:16 +0200 Subject: [PATCH] fix a typo --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dfbab504..7e568034 100755 --- a/debian/rules +++ b/debian/rules @@ -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