mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
otto: fix cross-compilation
This commit is contained in:
parent
1633070248
commit
e1b40c13f0
1 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ do_build() {
|
|||
ln -fs $PWD "${path}"
|
||||
|
||||
cd "$GOPATH/src/$go_import_path"
|
||||
make updatedeps
|
||||
GOOS= GOARCH= GOARM= make updatedeps
|
||||
PATH=$GOPATH/bin:$PATH make generate
|
||||
go install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue