From 04cd2f3212d7632c25d18def7ba745e0de29c881 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 2 Apr 2023 01:43:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D1=8C=20gcc-c++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisetorch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index e27cc09..3ee2929 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -9,7 +9,7 @@ license=('GPL-3.0-or-later') provides=('noisetorch') conflicts=('noisetorch') -build_deps=('git' 'go' 'make' 'gcc') +build_deps=('git' 'go' 'make' 'gcc' 'gcc-c++') sources=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}") checksums=('SKIP')