From 389bee23b42e3db8d142ddbf32d8dee020d767a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 4 Jan 2021 11:42:58 +0100 Subject: [PATCH] zpaq: g++ is available --- app-arch/zpaq/zpaq-7.15.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zpaq/zpaq-7.15.recipe b/app-arch/zpaq/zpaq-7.15.recipe index 1366d3dd9..9a51d9b71 100644 --- a/app-arch/zpaq/zpaq-7.15.recipe +++ b/app-arch/zpaq/zpaq-7.15.recipe @@ -46,7 +46,7 @@ PATCH() BUILD() { - make CXX=g++$secondaryArchSuffix $jobArgs + make CXX=g++ $jobArgs } INSTALL()