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')