wok rev 20580

go: force arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 13 22:11:22 2018 +0100 (2018-12-13)
parents 0886cc0a9c77
children c1cf33a04d62
files go/receipt
line diff
     1.1 --- a/go/receipt	Thu Dec 13 21:02:29 2018 +0100
     1.2 +++ b/go/receipt	Thu Dec 13 22:11:22 2018 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|gohostarch = "amd64"|gohostarch = "386"|' src/cmd/dist/unix.c
     1.8  	cd $src/src
     1.9  
    1.10  	# Setting up environnment before building go.