Build aerc with gcc-go

This commit is contained in:
Gergely Polonkai 2021-04-05 07:47:38 +02:00
parent 96d5aa7088
commit 53b3402f57
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: aerc
Version: 0.5.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A pretty good email client
License: BSD
@ -39,7 +39,7 @@ Some of its more interesting features include:
%build
GOFLAGS=-tags=notmuch make PREFIX=/usr
GOFLAGS=-tags=notmuch make GO=go.gcc PREFIX=/usr
%install