From e733f3d56cc277250f3a427d1db8fe5c14ed0872 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Wed, 22 Dec 2021 09:13:01 +0100 Subject: [PATCH] Fix quoting when defining DEBIAN_JUCEPROJECT_LIBS --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 19608edd..69b2d383 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \ noatomicarch = $(shell dpkg-architecture -qDEB_HOST_ARCH | egrep -x "(armel|powerpc|powerpcspe|m68k|mips|mipsel|sh4|riscv64)") # link with libatomic on architectures without built-in atomic ifeq ($(if $(noatomicarch),atomic), atomic) - DEB_CPPFLAGS_MAINT_APPEND += -DDEBIAN_JUCERPROJECT_LIBS='\"atomic\"' + DEB_CPPFLAGS_MAINT_APPEND += -DDEBIAN_JUCERPROJECT_LIBS='"atomic"' DEB_LDFLAGS_MAINT_APPEND += -latomic endif -- 2.30.2